#C4F14B

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

Shades of Conifer #C4F14B

Tints of Conifer #C4F14B

Color information

#C4F14B (or 0xC4F14B) is unknown color: approx Conifer. HEX triplet: C4, F1 and 4B. RGB value is (196,241,75). Sum of RGB (Red+Green+Blue) = 196+241+75=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F14B is #3B0EB4. Grayscale: #D1D1D1. Windows color (decimal): -3870389 or 4977092. OLE color: 4977092.

HSL color Cylindrical-coordinate representation of color #C4F14B: hue angle of 76.27º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4F14B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB19624175-
CMYK0.1900.690.05
HSL76.27º85.57%61.96%-
HSV(B)76.27º68.88%94.51%-
XYZ55.4975.1518.24-
YUV208.6252.59119-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 75 (29.69% from 255) = 14.65%
R=38.28%
G=47.07%
B=14.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196241750.1900.690.0576.2785.5761.96
HexC4F14B1304554c563e
Octal304361113230105511412676
Binary11000100111100011001011100110100010110110011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F14B; }

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

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

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

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

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

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

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

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