#CDE334

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

Shades of Pear #CDE334

Tints of Pear #CDE334

Color information

#CDE334 (or 0xCDE334) is unknown color: approx Pear. HEX triplet: CD, E3 and 34. RGB value is (205,227,52). Sum of RGB (Red+Green+Blue) = 205+227+52=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE334 is #321CCB. Grayscale: #C9C9C9. Windows color (decimal): -3284172 or 3466189. OLE color: 3466189.

HSL color Cylindrical-coordinate representation of color #CDE334: hue angle of 67.54º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDE334 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB20522752-
CMYK0.1000.770.11
HSL67.54º75.76%54.71%-
HSV(B)67.54º77.09%89.02%-
XYZ53.2768.1713.6-
YUV200.4744.21131.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 227 (89.06% from 255) = 46.90%
BLUE value IS 52 (20.70% from 255) = 10.74%
R=42.36%
G=46.90%
B=10.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205227520.1000.770.1167.5475.7654.71
HexCDE334A04DB444c37
Octal315343641201151310411467
Binary1100110111100011110100101001001101101110001001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE334; }

 p { color: rgb(205,227,52); }

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

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

 a { background-color: rgb(205,227,52); }

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

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

 span { border-color: rgb(205,227,52); }

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