Html Css Color HEX #CAF549 Pear

📋 copy color: '#CAF549'

red 202 ◦ green 245 ◦ blue 73

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

Shades of Pear #CAF549

Tints of Pear #CAF549

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.12%

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

R = 38.85%
G = 47.12%
B = 14.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#CAF549 (or 0xCAF549) is known color: Pear. HEX triplet: CA, F5 and 49. RGB value is (202,245,73). Sum of RGB (Red+Green+Blue) = 202+245+73=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF549 is #350AB6. Grayscale: #D5D5D5. Windows color (decimal): -3476151 or 4847050. OLE color: 4847050.

HSL color Cylindrical-coordinate representation of color #CAF549: hue angle of 75º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF549 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 73 -
CMYK 0.18 0 0.70 0.04
HSL 75º 0.9% 0.62% -
HSV(B) 75º 0.7% 0.96% -
XYZ 58.21 78.34 18.36 -
YUV 212.54 49.25 120.49 -
System Red Green Blue C M Y K H S L
Decimal 202 245 73 0.18 0 0.70 0.04 75 0.9 0.62
Hex CA F5 49 12 0 46 4 4B 5A 3E
Octal 312 365 111 22 0 106 4 113 132 76
Binary 11001010 11110101 1001001 10010 0 1000110 100 1001011 1011010 111110

Color Harmonies of #CAF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF549

Black with #CAF549

Text Example


Text Example

White with #CAF549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF549; }

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

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

background-color css

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

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

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

border-color css

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

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

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