#CEF185

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

Shades of Sulu #CEF185

Tints of Sulu #CEF185

Color information

#CEF185 (or 0xCEF185) is unknown color: approx Sulu. HEX triplet: CE, F1 and 85. RGB value is (206,241,133). Sum of RGB (Red+Green+Blue) = 206+241+133=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF185 is #310E7A. Grayscale: #DADADA. Windows color (decimal): -3214971 or 8778190. OLE color: 8778190.

HSL color Cylindrical-coordinate representation of color #CEF185: hue angle of 79.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF185 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB206241133-
CMYK0.1500.450.05
HSL79.44º79.41%73.33%-
HSV(B)79.44º44.81%94.51%-
XYZ61.1477.7333.97-
YUV218.2279.9119.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=35.52%
G=41.55%
B=22.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411330.1500.450.0579.4479.4173.33
HexCEF185F02D54f4f49
Octal316361205170555117117111
Binary11001110111100011000010111110101101101100111110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF185; }

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

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

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

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

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

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

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

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