Html Css Color HEX #CAF424 Pear

📋 copy color: '#CAF424'

red 202 ◦ green 244 ◦ blue 36

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

Shades of Pear #CAF424

Tints of Pear #CAF424

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.62%

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 41.91%
G = 50.62%
B = 7.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#CAF424 (or 0xCAF424) is known color: Pear. HEX triplet: CA, F4 and 24. RGB value is (202,244,36). Sum of RGB (Red+Green+Blue) = 202+244+36=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF424 is #350BDB. Grayscale: #D0D0D0. Windows color (decimal): -3476444 or 2421962. OLE color: 2421962.

HSL color Cylindrical-coordinate representation of color #CAF424: hue angle of 72.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF424 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 36 -
CMYK 0.17 0 0.85 0.04
HSL 72.12º 0.9% 0.55% -
HSV(B) 72.12º 0.85% 0.96% -
XYZ 57.03 77.39 13.6 -
YUV 207.73 31.09 123.91 -
System Red Green Blue C M Y K H S L
Decimal 202 244 36 0.17 0 0.85 0.04 72.12 0.9 0.55
Hex CA F4 24 11 0 55 4 48 5A 37
Octal 312 364 44 21 0 125 4 110 132 67
Binary 11001010 11110100 100100 10001 0 1010101 100 1001000 1011010 110111

Color Harmonies of #CAF424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF424

Black with #CAF424

Text Example


Text Example

White with #CAF424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF424; }

 p { color: rgb(202,244,36); }

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

background-color css

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

 a { background-color: rgb(202,244,36); }

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

border-color css

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

 span { border-color: rgb(202,244,36); }

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