#c3ef60

Color #C3EF60 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C3EF60

Tints of Conifer #C3EF60

Color information

#C3EF60 (or 0xC3EF60) is unknown color: approx Conifer. HEX triplet: C3, EF and 60. RGB value is (195,239,96). Sum of RGB (Red+Green+Blue) = 195+239+96=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF60 is #3C109F. Grayscale: #D2D2D2. Windows color (decimal): -3936416 or 6352835. OLE color: 6352835.

HSL color Cylindrical-coordinate representation of color #C3EF60: hue angle of 78.46º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3EF60 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB19523996-
CMYK0.1800.600.06
HSL78.46º81.71%65.69%-
HSV(B)78.46º59.83%93.73%-
XYZ55.4874.1822.46-
YUV209.5463.92117.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 239 (93.75% from 255) = 45.09%
BLUE value IS 96 (37.89% from 255) = 18.11%
R=36.79%
G=45.09%
B=18.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal195239960.1800.600.0678.4681.7165.69
HexC3EF601203C64e5242
Octal303357140220746116122102
Binary11000011111011111100000100100111100110100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3ef60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3ef60; }

 p { color: rgb(195,239,96); }

 H1.HeaderClassName
 {
   color: #c3ef60;
 }
 .AnyTagClassName
 {
   color: #c3ef60;
 }
</style>
background-color css

<style>
 a { background-color: #c3ef60; }

 a { background-color: rgb(195,239,96); }

 div.DivClassName
 {
   background-color: #c3ef60;
 }
 .BgClassName
 {
   background-color: #c3ef60;
 }
</style>
border-color css

<style>
 span { border-color: #c3ef60; }

 span { border-color: rgb(195,239,96); }

 td.TdClassName
 {
   border-color: #c3ef60;
 }
 .TagClassName
 {
   border-color: #c3ef60;
 }
</style>