#CAF94F

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

Shades of Conifer #CAF94F

Tints of Conifer #CAF94F

Color information

#CAF94F (or 0xCAF94F) is unknown color: approx Conifer. HEX triplet: CA, F9 and 4F. RGB value is (202,249,79). Sum of RGB (Red+Green+Blue) = 202+249+79=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF94F is #3506B0. Grayscale: #D8D8D8. Windows color (decimal): -3475121 or 5241290. OLE color: 5241290.

HSL color Cylindrical-coordinate representation of color #CAF94F: hue angle of 76.59º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF94F is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB20224979-
CMYK0.1900.680.02
HSL76.59º93.41%64.31%-
HSV(B)76.59º68.27%97.65%-
XYZ59.6480.8719.86-
YUV215.5750.93118.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 79 (31.25% from 255) = 14.91%
R=38.11%
G=46.98%
B=14.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202249790.1900.680.0276.5993.4164.31
HexCAF94F1304424d5d40
Octal3123711172301042115135100
Binary11001010111110011001111100110100010010100110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF94F; }

 p { color: rgb(202,249,79); }

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

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

 a { background-color: rgb(202,249,79); }

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

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

 span { border-color: rgb(202,249,79); }

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