Html Css Color HEX #CAE021 Pear

📋 copy color: '#CAE021'

red 202 ◦ green 224 ◦ blue 33

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

Shades of Pear #CAE021

Tints of Pear #CAE021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.19%

R = 44.01%
G = 48.8%
B = 7.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#CAE021 (or 0xCAE021) is known color: Pear. HEX triplet: CA, E0 and 21. RGB value is (202,224,33). Sum of RGB (Red+Green+Blue) = 202+224+33=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE021 is #351FDE. Grayscale: #C4C4C4. Windows color (decimal): -3481567 or 2220234. OLE color: 2220234.

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

Color convert

RGB 202 224 33 -
CMYK 0.10 0 0.85 0.12
HSL 66.91º 0.75% 0.5% -
HSV(B) 66.91º 0.85% 0.88% -
XYZ 51.29 65.98 11.47 -
YUV 195.65 36.21 132.53 -
System Red Green Blue C M Y K H S L
Decimal 202 224 33 0.10 0 0.85 0.12 66.91 0.75 0.5
Hex CA E0 21 A 0 55 C 43 4B 32
Octal 312 340 41 12 0 125 14 103 113 62
Binary 11001010 11100000 100001 1010 0 1010101 1100 1000011 1001011 110010

Color Harmonies of #CAE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE021

Black with #CAE021

Text Example


Text Example

White with #CAE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE021; }

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

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

background-color css

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

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

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

border-color css

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

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

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