#CEE782

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

Shades of Sulu #CEE782

Tints of Sulu #CEE782

Color information

#CEE782 (or 0xCEE782) is unknown color: approx Sulu. HEX triplet: CE, E7 and 82. RGB value is (206,231,130). Sum of RGB (Red+Green+Blue) = 206+231+130=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE782 is #31187D. Grayscale: #D4D4D4. Windows color (decimal): -3217534 or 8579022. OLE color: 8579022.

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

Color convert

RGB206231130-
CMYK0.1100.440.09
HSL74.85º67.79%70.78%-
HSV(B)74.85º43.72%90.59%-
XYZ58.0671.8931.93-
YUV212.0181.72123.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 231 (90.62% from 255) = 40.74%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=36.33%
G=40.74%
B=22.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062311300.1100.440.0974.8567.7970.78
HexCEE782B02C94b4447
Octal3163472021305411113104107
Binary110011101110011110000010101101011001001100101110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE782; }

 p { color: rgb(206,231,130); }

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

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

 a { background-color: rgb(206,231,130); }

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

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

 span { border-color: rgb(206,231,130); }

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