Html Css Color HEX #CAE320 Pear

📋 copy color: '#CAE320'

red 202 ◦ green 227 ◦ blue 32

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

Shades of Pear #CAE320

Tints of Pear #CAE320

RGB

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

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

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

R = 43.82%
G = 49.24%
B = 6.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CAE320 (or 0xCAE320) is known color: Pear. HEX triplet: CA, E3 and 20. RGB value is (202,227,32). Sum of RGB (Red+Green+Blue) = 202+227+32=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE320 is #351CDF. Grayscale: #C6C6C6. Windows color (decimal): -3480800 or 2155466. OLE color: 2155466.

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

Color convert

RGB 202 227 32 -
CMYK 0.11 0 0.86 0.11
HSL 67.69º 0.78% 0.51% -
HSV(B) 67.69º 0.86% 0.89% -
XYZ 52.09 67.6 11.67 -
YUV 197.3 34.72 131.36 -
System Red Green Blue C M Y K H S L
Decimal 202 227 32 0.11 0 0.86 0.11 67.69 0.78 0.51
Hex CA E3 20 B 0 56 B 44 4E 33
Octal 312 343 40 13 0 126 13 104 116 63
Binary 11001010 11100011 100000 1011 0 1010110 1011 1000100 1001110 110011

Color Harmonies of #CAE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE320

Black with #CAE320

Text Example


Text Example

White with #CAE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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