Html Css Color HEX #CAF24F Conifer

📋 copy color: '#CAF24F'

red 202 ◦ green 242 ◦ blue 79

#CAF24F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #CAF24F

Tints of Conifer #CAF24F

RGB

 RED value IS 202 (79.3% from 255) = 38.62%

 GREEN value IS 242 (94.92% from 255) = 46.27%

 BLUE value IS 79 (31.25% from 255) = 15.11%

R = 38.62%
G = 46.27%
B = 15.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CAF24F (or 0xCAF24F) is known color: Conifer. HEX triplet: CA, F2 and 4F. RGB value is (202,242,79). Sum of RGB (Red+Green+Blue) = 202+242+79=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF24F is #350DB0. Grayscale: #D4D4D4. Windows color (decimal): -3476913 or 5239498. OLE color: 5239498.

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

Color convert

RGB 202 242 79 -
CMYK 0.17 0 0.67 0.05
HSL 74.72º 0.86% 0.63% -
HSV(B) 74.72º 0.67% 0.95% -
XYZ 57.52 76.63 19.16 -
YUV 211.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 202 242 79 0.17 0 0.67 0.05 74.72 0.86 0.63
Hex CA F2 4F 11 0 43 5 4B 56 3F
Octal 312 362 117 21 0 103 5 113 126 77
Binary 11001010 11110010 1001111 10001 0 1000011 101 1001011 1010110 111111

Color Harmonies of #CAF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF24F

Black with #CAF24F

Text Example


Text Example

White with #CAF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF24F; }

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

 H1.HeaderClassName
 {
   color: #CAF24F;
 }
 .AnyTagClassName
 {
   color: #CAF24F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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