Html Css Color HEX #CAE421 Pear

📋 copy color: '#CAE421'

red 202 ◦ green 228 ◦ blue 33

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

Shades of Pear #CAE421

Tints of Pear #CAE421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.24%

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

R = 43.63%
G = 49.24%
B = 7.13%

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

#CAE421 (or 0xCAE421) is known color: Pear. HEX triplet: CA, E4 and 21. RGB value is (202,228,33). Sum of RGB (Red+Green+Blue) = 202+228+33=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE421 is #351BDE. Grayscale: #C6C6C6. Windows color (decimal): -3480543 or 2221258. OLE color: 2221258.

HSL color Cylindrical-coordinate representation of color #CAE421: hue angle of 68º 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 #CAE421 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 33 -
CMYK 0.11 0 0.86 0.11
HSL 68º 0.78% 0.51% -
HSV(B) 68º 0.86% 0.89% -
XYZ 52.38 68.15 11.83 -
YUV 198 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 202 228 33 0.11 0 0.86 0.11 68 0.78 0.51
Hex CA E4 21 B 0 56 B 44 4E 33
Octal 312 344 41 13 0 126 13 104 116 63
Binary 11001010 11100100 100001 1011 0 1010110 1011 1000100 1001110 110011

Color Harmonies of #CAE421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE421

Black with #CAE421

Text Example


Text Example

White with #CAE421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE421; }

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

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

background-color css

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

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

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

border-color css

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

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

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