#CEE340

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

Shades of Pear #CEE340

Tints of Pear #CEE340

Color information

#CEE340 (or 0xCEE340) is unknown color: approx Pear. HEX triplet: CE, E3 and 40. RGB value is (206,227,64). Sum of RGB (Red+Green+Blue) = 206+227+64=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE340 is #311CBF. Grayscale: #CACACA. Windows color (decimal): -3218624 or 4252622. OLE color: 4252622.

HSL color Cylindrical-coordinate representation of color #CEE340: hue angle of 67.73º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEE340 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB20622764-
CMYK0.0900.720.11
HSL67.73º74.43%57.06%-
HSV(B)67.73º71.81%89.02%-
XYZ53.8568.4315.22-
YUV202.1450.04130.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=41.45%
G=45.67%
B=12.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206227640.0900.720.1167.7374.4357.06
HexCEE3409048B444a39
Octal3163431001101101310411271
Binary11001110111000111000000100101001000101110001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE340; }

 p { color: rgb(206,227,64); }

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

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

 a { background-color: rgb(206,227,64); }

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

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

 span { border-color: rgb(206,227,64); }

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