Html Css Color HEX #CAE020 Pear

📋 copy color: '#CAE020'

red 202 ◦ green 224 ◦ blue 32

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

Shades of Pear #CAE020

Tints of Pear #CAE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

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

R = 44.1%
G = 48.91%
B = 6.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#CAE020 (or 0xCAE020) is known color: Pear. HEX triplet: CA, E0 and 20. RGB value is (202,224,32). Sum of RGB (Red+Green+Blue) = 202+224+32=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE020 is #351FDF. Grayscale: #C4C4C4. Windows color (decimal): -3481568 or 2154698. OLE color: 2154698.

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

Color convert

RGB 202 224 32 -
CMYK 0.10 0 0.86 0.12
HSL 66.87º 0.76% 0.5% -
HSV(B) 66.87º 0.86% 0.88% -
XYZ 51.27 65.97 11.4 -
YUV 195.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 202 224 32 0.10 0 0.86 0.12 66.87 0.76 0.5
Hex CA E0 20 A 0 56 C 43 4C 32
Octal 312 340 40 12 0 126 14 103 114 62
Binary 11001010 11100000 100000 1010 0 1010110 1100 1000011 1001100 110010

Color Harmonies of #CAE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE020

Black with #CAE020

Text Example


Text Example

White with #CAE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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