#CCE334

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

Shades of Pear #CCE334

Tints of Pear #CCE334

Color information

#CCE334 (or 0xCCE334) is unknown color: approx Pear. HEX triplet: CC, E3 and 34. RGB value is (204,227,52). Sum of RGB (Red+Green+Blue) = 204+227+52=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE334 is #331CCB. Grayscale: #C8C8C8. Windows color (decimal): -3349708 or 3466188. OLE color: 3466188.

HSL color Cylindrical-coordinate representation of color #CCE334: hue angle of 67.89º 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 #CCE334 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB20422752-
CMYK0.1000.770.11
HSL67.89º75.76%54.71%-
HSV(B)67.89º77.09%89.02%-
XYZ52.9968.0213.59-
YUV200.1744.38130.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 227 (89.06% from 255) = 47.00%
BLUE value IS 52 (20.70% from 255) = 10.77%
R=42.24%
G=47.00%
B=10.77%

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
Decimal204227520.1000.770.1167.8975.7654.71
HexCCE334A04DB444c37
Octal314343641201151310411467
Binary1100110011100011110100101001001101101110001001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE334; }

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

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

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

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

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

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

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

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