#CEE314

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

Shades of Pear #CEE314

Tints of Pear #CEE314

Color information

#CEE314 (or 0xCEE314) is unknown color: approx Pear. HEX triplet: CE, E3 and 14. RGB value is (206,227,20). Sum of RGB (Red+Green+Blue) = 206+227+20=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE314 is #311CEB. Grayscale: #C5C5C5. Windows color (decimal): -3218668 or 1369038. OLE color: 1369038.

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

Color convert

RGB20622720-
CMYK0.0900.910.11
HSL66.09º83.81%48.43%-
HSV(B)66.09º91.19%89.02%-
XYZ53.0568.1111.01-
YUV197.1228.04134.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 227 (89.06% from 255) = 50.11%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=45.47%
G=50.11%
B=4.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206227200.0900.910.1166.0983.8148.43
HexCEE314905BB425430
Octal316343241101331310212460
Binary110011101110001110100100101011011101110000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE314; }

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

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

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

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

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

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

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

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