Html Css Color HEX #CAF221 Pear

📋 copy color: '#CAF221'

red 202 ◦ green 242 ◦ blue 33

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

Shades of Pear #CAF221

Tints of Pear #CAF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.92%

R = 42.35%
G = 50.73%
B = 6.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#CAF221 (or 0xCAF221) is known color: Pear. HEX triplet: CA, F2 and 21. RGB value is (202,242,33). Sum of RGB (Red+Green+Blue) = 202+242+33=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF221 is #350DDE. Grayscale: #CFCFCF. Windows color (decimal): -3476959 or 2224842. OLE color: 2224842.

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

Color convert

RGB 202 242 33 -
CMYK 0.17 0 0.86 0.05
HSL 71.48º 0.89% 0.54% -
HSV(B) 71.48º 0.86% 0.95% -
XYZ 56.38 76.17 13.17 -
YUV 206.21 30.25 124.99 -
System Red Green Blue C M Y K H S L
Decimal 202 242 33 0.17 0 0.86 0.05 71.48 0.89 0.54
Hex CA F2 21 11 0 56 5 47 59 36
Octal 312 362 41 21 0 126 5 107 131 66
Binary 11001010 11110010 100001 10001 0 1010110 101 1000111 1011001 110110

Color Harmonies of #CAF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF221

Black with #CAF221

Text Example


Text Example

White with #CAF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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