#CAED2D

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

Shades of Pear #CAED2D

Tints of Pear #CAED2D

Color information

#CAED2D (or 0xCAED2D) is unknown color: approx Pear. HEX triplet: CA, ED and 2D. RGB value is (202,237,45). Sum of RGB (Red+Green+Blue) = 202+237+45=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAED2D is #3512D2. Grayscale: #CDCDCD. Windows color (decimal): -3478227 or 3009994. OLE color: 3009994.

HSL color Cylindrical-coordinate representation of color #CAED2D: hue angle of 70.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAED2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB20223745-
CMYK0.1500.810.07
HSL70.94º84.21%55.29%-
HSV(B)70.94º81.01%92.94%-
XYZ55.1173.3113.73-
YUV204.6537.9126.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 237 (92.97% from 255) = 48.97%
BLUE value IS 45 (17.97% from 255) = 9.30%
R=41.74%
G=48.97%
B=9.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202237450.1500.810.0770.9484.2155.29
HexCAED2DF0517475437
Octal31235555170121710712467
Binary110010101110110110110111110101000111110001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED2D; }

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

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

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

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

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

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

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

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