#CAF74E

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

Shades of Conifer #CAF74E

Tints of Conifer #CAF74E

Color information

#CAF74E (or 0xCAF74E) is unknown color: approx Conifer. HEX triplet: CA, F7 and 4E. RGB value is (202,247,78). Sum of RGB (Red+Green+Blue) = 202+247+78=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF74E is #3508B1. Grayscale: #D6D6D6. Windows color (decimal): -3475634 or 5175242. OLE color: 5175242.

HSL color Cylindrical-coordinate representation of color #CAF74E: hue angle of 75.98º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF74E is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB20224778-
CMYK0.1800.680.03
HSL75.98º91.35%63.73%-
HSV(B)75.98º68.42%96.86%-
XYZ58.9979.6319.47-
YUV214.2851.09119.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 78 (30.86% from 255) = 14.80%
R=38.33%
G=46.87%
B=14.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202247780.1800.680.0375.9891.3563.73
HexCAF74E1204434c5b40
Octal3123671162201043114133100
Binary11001010111101111001110100100100010011100110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF74E; }

 p { color: rgb(202,247,78); }

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

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

 a { background-color: rgb(202,247,78); }

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

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

 span { border-color: rgb(202,247,78); }

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