#CEF671

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

Shades of Sulu #CEF671

Tints of Sulu #CEF671

Color information

#CEF671 (or 0xCEF671) is unknown color: approx Sulu. HEX triplet: CE, F6 and 71. RGB value is (206,246,113). Sum of RGB (Red+Green+Blue) = 206+246+113=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF671 is #31098E. Grayscale: #DBDBDB. Windows color (decimal): -3213711 or 7468750. OLE color: 7468750.

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

Color convert

RGB206246113-
CMYK0.1600.540.04
HSL78.05º88.08%70.39%-
HSV(B)78.05º54.07%96.47%-
XYZ61.3980.2327.87-
YUV218.8868.25118.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 113 (44.53% from 255) = 20%
R=36.46%
G=43.54%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461130.1600.540.0478.0588.0870.39
HexCEF6711003644e5846
Octal316366161200664116130106
Binary11001110111101101110001100000110110100100111010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF671; }

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

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

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

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

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

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

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

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