Html Css Color HEX #CAE520 Pear

📋 copy color: '#CAE520'

red 202 ◦ green 229 ◦ blue 32

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

Shades of Pear #CAE520

Tints of Pear #CAE520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 43.63%
G = 49.46%
B = 6.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#CAE520 (or 0xCAE520) is known color: Pear. HEX triplet: CA, E5 and 20. RGB value is (202,229,32). Sum of RGB (Red+Green+Blue) = 202+229+32=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE520 is #351ADF. Grayscale: #C7C7C7. Windows color (decimal): -3480288 or 2155978. OLE color: 2155978.

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

Color convert

RGB 202 229 32 -
CMYK 0.12 0 0.86 0.10
HSL 68.22º 0.79% 0.51% -
HSV(B) 68.22º 0.86% 0.9% -
XYZ 52.64 68.7 11.85 -
YUV 198.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 202 229 32 0.12 0 0.86 0.10 68.22 0.79 0.51
Hex CA E5 20 C 0 56 A 44 4F 33
Octal 312 345 40 14 0 126 12 104 117 63
Binary 11001010 11100101 100000 1100 0 1010110 1010 1000100 1001111 110011

Color Harmonies of #CAE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE520

Black with #CAE520

Text Example


Text Example

White with #CAE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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