#C4F160

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

Shades of Conifer #C4F160

Tints of Conifer #C4F160

Color information

#C4F160 (or 0xC4F160) is unknown color: approx Conifer. HEX triplet: C4, F1 and 60. RGB value is (196,241,96). Sum of RGB (Red+Green+Blue) = 196+241+96=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F160 is #3B0E9F. Grayscale: #D3D3D3. Windows color (decimal): -3870368 or 6353348. OLE color: 6353348.

HSL color Cylindrical-coordinate representation of color #C4F160: hue angle of 78.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4F160 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB19624196-
CMYK0.1900.600.05
HSL78.62º83.82%66.08%-
HSV(B)78.62º60.17%94.51%-
XYZ56.3375.4922.67-
YUV211.0163.09117.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 96 (37.89% from 255) = 18.01%
R=36.77%
G=45.22%
B=18.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196241960.1900.600.0578.6283.8266.08
HexC4F1601303C54f5442
Octal304361140230745117124102
Binary11000100111100011100000100110111100101100111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F160; }

 p { color: rgb(196,241,96); }

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

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

 a { background-color: rgb(196,241,96); }

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

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

 span { border-color: rgb(196,241,96); }

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