#CAF14D

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

Shades of Conifer #CAF14D

Tints of Conifer #CAF14D

Color information

#CAF14D (or 0xCAF14D) is unknown color: approx Conifer. HEX triplet: CA, F1 and 4D. RGB value is (202,241,77). Sum of RGB (Red+Green+Blue) = 202+241+77=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF14D is #350EB2. Grayscale: #D3D3D3. Windows color (decimal): -3477171 or 5108170. OLE color: 5108170.

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

Color convert

RGB20224177-
CMYK0.1600.680.05
HSL74.27º85.42%62.35%-
HSV(B)74.27º68.05%94.51%-
XYZ57.157618.68-
YUV210.6452.58121.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 77 (30.47% from 255) = 14.81%
R=38.85%
G=46.35%
B=14.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202241770.1600.680.0574.2785.4262.35
HexCAF14D1004454a553e
Octal312361115200104511212576
Binary11001010111100011001101100000100010010110010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF14D; }

 p { color: rgb(202,241,77); }

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

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

 a { background-color: rgb(202,241,77); }

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

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

 span { border-color: rgb(202,241,77); }

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