Html Css Color HEX #CAF849 Pear

📋 copy color: '#CAF849'

red 202 ◦ green 248 ◦ blue 73

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

Shades of Pear #CAF849

Tints of Pear #CAF849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.96%

R = 38.62%
G = 47.42%
B = 13.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#CAF849 (or 0xCAF849) is known color: Pear. HEX triplet: CA, F8 and 49. RGB value is (202,248,73). Sum of RGB (Red+Green+Blue) = 202+248+73=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF849 is #3507B6. Grayscale: #D6D6D6. Windows color (decimal): -3475383 or 4847818. OLE color: 4847818.

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

Color convert

RGB 202 248 73 -
CMYK 0.19 0 0.71 0.03
HSL 75.77º 0.93% 0.63% -
HSV(B) 75.77º 0.71% 0.97% -
XYZ 59.13 80.17 18.66 -
YUV 214.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 202 248 73 0.19 0 0.71 0.03 75.77 0.93 0.63
Hex CA F8 49 13 0 47 3 4C 5D 3F
Octal 312 370 111 23 0 107 3 114 135 77
Binary 11001010 11111000 1001001 10011 0 1000111 11 1001100 1011101 111111

Color Harmonies of #CAF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF849

Black with #CAF849

Text Example


Text Example

White with #CAF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF849; }

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

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

background-color css

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

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

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

border-color css

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

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

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