#CEF681

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

Shades of Sulu #CEF681

Tints of Sulu #CEF681

Color information

#CEF681 (or 0xCEF681) is unknown color: approx Sulu. HEX triplet: CE, F6 and 81. RGB value is (206,246,129). Sum of RGB (Red+Green+Blue) = 206+246+129=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF681 is #31097E. Grayscale: #DDDDDD. Windows color (decimal): -3213695 or 8517326. OLE color: 8517326.

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

Color convert

RGB206246129-
CMYK0.1600.480.04
HSL80.51º86.67%73.53%-
HSV(B)80.51º47.56%96.47%-
XYZ62.3780.6233.04-
YUV220.776.25117.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 246 (96.48% from 255) = 42.34%
BLUE value IS 129 (50.78% from 255) = 22.20%
R=35.46%
G=42.34%
B=22.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461290.1600.480.0480.5186.6773.53
HexCEF68110030451574a
Octal316366201200604121127112
Binary110011101111011010000001100000110000100101000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF681; }

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

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

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

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

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

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

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

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