Html Css Color HEX #CAE332 Pear

📋 copy color: '#CAE332'

red 202 ◦ green 227 ◦ blue 50

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

Shades of Pear #CAE332

Tints of Pear #CAE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.39%

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

R = 42.17%
G = 47.39%
B = 10.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#CAE332 (or 0xCAE332) is known color: Pear. HEX triplet: CA, E3 and 32. RGB value is (202,227,50). Sum of RGB (Red+Green+Blue) = 202+227+50=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE332 is #351CCD. Grayscale: #C8C8C8. Windows color (decimal): -3480782 or 3335114. OLE color: 3335114.

HSL color Cylindrical-coordinate representation of color #CAE332: hue angle of 68.47º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAE332 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 50 -
CMYK 0.11 0 0.78 0.11
HSL 68.47º 0.76% 0.54% -
HSV(B) 68.47º 0.78% 0.89% -
XYZ 52.4 67.73 13.33 -
YUV 199.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 202 227 50 0.11 0 0.78 0.11 68.47 0.76 0.54
Hex CA E3 32 B 0 4E B 44 4C 36
Octal 312 343 62 13 0 116 13 104 114 66
Binary 11001010 11100011 110010 1011 0 1001110 1011 1000100 1001100 110110

Color Harmonies of #CAE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE332

Black with #CAE332

Text Example


Text Example

White with #CAE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE332; }

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

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

background-color css

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

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

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

border-color css

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

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

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