Html Css Color HEX #CAF821 Pear

📋 copy color: '#CAF821'

red 202 ◦ green 248 ◦ blue 33

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

Shades of Pear #CAF821

Tints of Pear #CAF821

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

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

R = 41.82%
G = 51.35%
B = 6.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#CAF821 (or 0xCAF821) is known color: Pear. HEX triplet: CA, F8 and 21. RGB value is (202,248,33). Sum of RGB (Red+Green+Blue) = 202+248+33=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF821 is #3507DE. Grayscale: #D2D2D2. Windows color (decimal): -3475423 or 2226378. OLE color: 2226378.

HSL color Cylindrical-coordinate representation of color #CAF821: hue angle of 72.84º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAF821 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 33 -
CMYK 0.19 0 0.87 0.03
HSL 72.84º 0.94% 0.55% -
HSV(B) 72.84º 0.87% 0.97% -
XYZ 58.2 79.8 13.77 -
YUV 209.74 28.26 122.48 -
System Red Green Blue C M Y K H S L
Decimal 202 248 33 0.19 0 0.87 0.03 72.84 0.94 0.55
Hex CA F8 21 13 0 57 3 49 5E 37
Octal 312 370 41 23 0 127 3 111 136 67
Binary 11001010 11111000 100001 10011 0 1010111 11 1001001 1011110 110111

Color Harmonies of #CAF821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF821

Black with #CAF821

Text Example


Text Example

White with #CAF821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF821; }

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

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

background-color css

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

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

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

border-color css

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

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

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