#CEF485

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

Shades of Sulu #CEF485

Tints of Sulu #CEF485

Color information

#CEF485 (or 0xCEF485) is unknown color: approx Sulu. HEX triplet: CE, F4 and 85. RGB value is (206,244,133). Sum of RGB (Red+Green+Blue) = 206+244+133=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF485 is #310B7A. Grayscale: #DCDCDC. Windows color (decimal): -3214203 or 8778958. OLE color: 8778958.

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

Color convert

RGB206244133-
CMYK0.1600.450.04
HSL80.54º83.46%73.92%-
HSV(B)80.54º45.49%95.69%-
XYZ62.0479.5234.27-
YUV219.9878.91118.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=35.33%
G=41.85%
B=22.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062441330.1600.450.0480.5483.4673.92
HexCEF4851002D451534a
Octal316364205200554121123112
Binary110011101111010010000101100000101101100101000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF485; }

 p { color: rgb(206,244,133); }

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

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

 a { background-color: rgb(206,244,133); }

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

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

 span { border-color: rgb(206,244,133); }

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