Html Css Color HEX #CAF431 Pear

📋 copy color: '#CAF431'

red 202 ◦ green 244 ◦ blue 49

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

Shades of Pear #CAF431

Tints of Pear #CAF431

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.29%

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 40.81%
G = 49.29%
B = 9.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CAF431 (or 0xCAF431) is known color: Pear. HEX triplet: CA, F4 and 31. RGB value is (202,244,49). Sum of RGB (Red+Green+Blue) = 202+244+49=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF431 is #350BCE. Grayscale: #D1D1D1. Windows color (decimal): -3476431 or 3273930. OLE color: 3273930.

HSL color Cylindrical-coordinate representation of color #CAF431: hue angle of 72.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF431 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 49 -
CMYK 0.17 0 0.80 0.04
HSL 72.92º 0.9% 0.57% -
HSV(B) 72.92º 0.8% 0.96% -
XYZ 57.26 77.48 14.84 -
YUV 209.21 37.59 122.86 -
System Red Green Blue C M Y K H S L
Decimal 202 244 49 0.17 0 0.80 0.04 72.92 0.9 0.57
Hex CA F4 31 11 0 50 4 49 5A 39
Octal 312 364 61 21 0 120 4 111 132 71
Binary 11001010 11110100 110001 10001 0 1010000 100 1001001 1011010 111001

Color Harmonies of #CAF431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF431

Black with #CAF431

Text Example


Text Example

White with #CAF431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF431; }

 p { color: rgb(202,244,49); }

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

background-color css

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

 a { background-color: rgb(202,244,49); }

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

border-color css

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

 span { border-color: rgb(202,244,49); }

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