#CADE2D

Color #CADE2D Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CADE2D

Tints of Pear #CADE2D

Color information

#CADE2D (or 0xCADE2D) is unknown color: approx Pear. HEX triplet: CA, DE and 2D. RGB value is (202,222,45). Sum of RGB (Red+Green+Blue) = 202+222+45=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADE2D is #3521D2. Grayscale: #C4C4C4. Windows color (decimal): -3482067 or 3006154. OLE color: 3006154.

HSL color Cylindrical-coordinate representation of color #CADE2D: hue angle of 66.78º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CADE2D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB20222245-
CMYK0.0900.800.13
HSL66.78º72.84%52.35%-
HSV(B)66.78º79.73%87.06%-
XYZ50.9564.9912.34-
YUV195.8442.87132.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 45 (17.97% from 255) = 9.59%
R=43.07%
G=47.33%
B=9.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202222450.0900.800.1366.7872.8452.35
HexCADE2D9050D434934
Octal312336551101201510311164
Binary1100101011011110101101100101010000110110000111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE2D; }

 p { color: rgb(202,222,45); }

 H1.HeaderClassName
 {
   color: #CADE2D;
 }
 .AnyTagClassName
 {
   color: #CADE2D;
 }
</style>
background-color css

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

 a { background-color: rgb(202,222,45); }

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

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

 span { border-color: rgb(202,222,45); }

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