Html Css Color HEX #CAF220 Pear

📋 copy color: '#CAF220'

red 202 ◦ green 242 ◦ blue 32

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

Shades of Pear #CAF220

Tints of Pear #CAF220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.72%

R = 42.44%
G = 50.84%
B = 6.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#CAF220 (or 0xCAF220) is known color: Pear. HEX triplet: CA, F2 and 20. RGB value is (202,242,32). Sum of RGB (Red+Green+Blue) = 202+242+32=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF220 is #350DDF. Grayscale: #CECECE. Windows color (decimal): -3476960 or 2159306. OLE color: 2159306.

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

Color convert

RGB 202 242 32 -
CMYK 0.17 0 0.87 0.05
HSL 71.43º 0.89% 0.54% -
HSV(B) 71.43º 0.87% 0.95% -
XYZ 56.37 76.17 13.1 -
YUV 206.1 29.75 125.08 -
System Red Green Blue C M Y K H S L
Decimal 202 242 32 0.17 0 0.87 0.05 71.43 0.89 0.54
Hex CA F2 20 11 0 57 5 47 59 36
Octal 312 362 40 21 0 127 5 107 131 66
Binary 11001010 11110010 100000 10001 0 1010111 101 1000111 1011001 110110

Color Harmonies of #CAF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF220

Black with #CAF220

Text Example


Text Example

White with #CAF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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