Html Css Color HEX #CAF249 Pear

📋 copy color: '#CAF249'

red 202 ◦ green 242 ◦ blue 73

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

Shades of Pear #CAF249

Tints of Pear #CAF249

RGB

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

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

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

R = 39.07%
G = 46.81%
B = 14.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CAF249 (or 0xCAF249) is known color: Pear. HEX triplet: CA, F2 and 49. RGB value is (202,242,73). Sum of RGB (Red+Green+Blue) = 202+242+73=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF249 is #350DB6. Grayscale: #D3D3D3. Windows color (decimal): -3476919 or 4846282. OLE color: 4846282.

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

Color convert

RGB 202 242 73 -
CMYK 0.17 0 0.70 0.05
HSL 74.2º 0.87% 0.62% -
HSV(B) 74.2º 0.7% 0.95% -
XYZ 57.31 76.54 18.06 -
YUV 210.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 202 242 73 0.17 0 0.70 0.05 74.2 0.87 0.62
Hex CA F2 49 11 0 46 5 4A 57 3E
Octal 312 362 111 21 0 106 5 112 127 76
Binary 11001010 11110010 1001001 10001 0 1000110 101 1001010 1010111 111110

Color Harmonies of #CAF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF249

Black with #CAF249

Text Example


Text Example

White with #CAF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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