#CEF675

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

Shades of Sulu #CEF675

Tints of Sulu #CEF675

Color information

#CEF675 (or 0xCEF675) is unknown color: approx Sulu. HEX triplet: CE, F6 and 75. RGB value is (206,246,117). Sum of RGB (Red+Green+Blue) = 206+246+117=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF675 is #31098A. Grayscale: #DBDBDB. Windows color (decimal): -3213707 or 7730894. OLE color: 7730894.

HSL color Cylindrical-coordinate representation of color #CEF675: hue angle of 78.6º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF675 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB206246117-
CMYK0.1600.520.04
HSL78.6º87.76%71.18%-
HSV(B)78.6º52.44%96.47%-
XYZ61.6280.3229.08-
YUV219.3370.25118.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=36.20%
G=43.23%
B=20.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461170.1600.520.0478.687.7671.18
HexCEF6751003444f5847
Octal316366165200644117130107
Binary11001110111101101110101100000110100100100111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF675; }

 p { color: rgb(206,246,117); }

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

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

 a { background-color: rgb(206,246,117); }

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

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

 span { border-color: rgb(206,246,117); }

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