Html Css Color HEX #CAE121 Pear

📋 copy color: '#CAE121'

red 202 ◦ green 225 ◦ blue 33

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

Shades of Pear #CAE121

Tints of Pear #CAE121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.91%

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

R = 43.91%
G = 48.91%
B = 7.17%

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

#CAE121 (or 0xCAE121) is known color: Pear. HEX triplet: CA, E1 and 21. RGB value is (202,225,33). Sum of RGB (Red+Green+Blue) = 202+225+33=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE121 is #351EDE. Grayscale: #C4C4C4. Windows color (decimal): -3481311 or 2220490. OLE color: 2220490.

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

Color convert

RGB 202 225 33 -
CMYK 0.10 0 0.85 0.12
HSL 67.19º 0.76% 0.51% -
HSV(B) 67.19º 0.85% 0.88% -
XYZ 51.56 66.52 11.56 -
YUV 196.24 35.88 132.11 -
System Red Green Blue C M Y K H S L
Decimal 202 225 33 0.10 0 0.85 0.12 67.19 0.76 0.51
Hex CA E1 21 A 0 55 C 43 4C 33
Octal 312 341 41 12 0 125 14 103 114 63
Binary 11001010 11100001 100001 1010 0 1010101 1100 1000011 1001100 110011

Color Harmonies of #CAE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE121

Black with #CAE121

Text Example


Text Example

White with #CAE121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE121; }

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

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

background-color css

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

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

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

border-color css

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

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

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