#CDE540

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

Shades of Pear #CDE540

Tints of Pear #CDE540

Color information

#CDE540 (or 0xCDE540) is unknown color: approx Pear. HEX triplet: CD, E5 and 40. RGB value is (205,229,64). Sum of RGB (Red+Green+Blue) = 205+229+64=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE540 is #321ABF. Grayscale: #CBCBCB. Windows color (decimal): -3283648 or 4253133. OLE color: 4253133.

HSL color Cylindrical-coordinate representation of color #CDE540: hue angle of 68.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE540 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB20522964-
CMYK0.1000.720.10
HSL68.73º76.04%57.45%-
HSV(B)68.73º72.05%89.8%-
XYZ54.1269.3915.39-
YUV203.0149.55129.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 64 (25.39% from 255) = 12.85%
R=41.16%
G=45.98%
B=12.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229640.1000.720.1068.7376.0457.45
HexCDE540A048A454c39
Octal3153451001201101210511471
Binary11001101111001011000000101001001000101010001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE540; }

 p { color: rgb(205,229,64); }

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

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

 a { background-color: rgb(205,229,64); }

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

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

 span { border-color: rgb(205,229,64); }

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