Html Css Color HEX #CAE532 Pear

📋 copy color: '#CAE532'

red 202 ◦ green 229 ◦ blue 50

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

Shades of Pear #CAE532

Tints of Pear #CAE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

 BLUE value IS 50 (19.92% from 255) = 10.4%

R = 42%
G = 47.61%
B = 10.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#CAE532 (or 0xCAE532) is known color: Pear. HEX triplet: CA, E5 and 32. RGB value is (202,229,50). Sum of RGB (Red+Green+Blue) = 202+229+50=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE532 is #351ACD. Grayscale: #C9C9C9. Windows color (decimal): -3480270 or 3335626. OLE color: 3335626.

HSL color Cylindrical-coordinate representation of color #CAE532: hue angle of 69.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAE532 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 50 -
CMYK 0.12 0 0.78 0.10
HSL 69.05º 0.77% 0.55% -
HSV(B) 69.05º 0.78% 0.9% -
XYZ 52.95 68.83 13.51 -
YUV 200.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 202 229 50 0.12 0 0.78 0.10 69.05 0.77 0.55
Hex CA E5 32 C 0 4E A 45 4D 37
Octal 312 345 62 14 0 116 12 105 115 67
Binary 11001010 11100101 110010 1100 0 1001110 1010 1000101 1001101 110111

Color Harmonies of #CAE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE532

Black with #CAE532

Text Example


Text Example

White with #CAE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE532; }

 p { color: rgb(202,229,50); }

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

background-color css

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

 a { background-color: rgb(202,229,50); }

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

border-color css

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

 span { border-color: rgb(202,229,50); }

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