Html Css Color HEX #CAF024 Pear

📋 copy color: '#CAF024'

red 202 ◦ green 240 ◦ blue 36

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

Shades of Pear #CAF024

Tints of Pear #CAF024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.21%

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

R = 42.26%
G = 50.21%
B = 7.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#CAF024 (or 0xCAF024) is known color: Pear. HEX triplet: CA, F0 and 24. RGB value is (202,240,36). Sum of RGB (Red+Green+Blue) = 202+240+36=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF024 is #350FDB. Grayscale: #CECECE. Windows color (decimal): -3477468 or 2420938. OLE color: 2420938.

HSL color Cylindrical-coordinate representation of color #CAF024: hue angle of 71.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF024 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 36 -
CMYK 0.16 0 0.85 0.06
HSL 71.18º 0.87% 0.54% -
HSV(B) 71.18º 0.85% 0.94% -
XYZ 55.84 75 13.2 -
YUV 205.38 32.41 125.59 -
System Red Green Blue C M Y K H S L
Decimal 202 240 36 0.16 0 0.85 0.06 71.18 0.87 0.54
Hex CA F0 24 10 0 55 6 47 57 36
Octal 312 360 44 20 0 125 6 107 127 66
Binary 11001010 11110000 100100 10000 0 1010101 110 1000111 1010111 110110

Color Harmonies of #CAF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF024

Black with #CAF024

Text Example


Text Example

White with #CAF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF024; }

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

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

background-color css

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

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

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

border-color css

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

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

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