#CEF275

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

Shades of Sulu #CEF275

Tints of Sulu #CEF275

Color information

#CEF275 (or 0xCEF275) is unknown color: approx Sulu. HEX triplet: CE, F2 and 75. RGB value is (206,242,117). Sum of RGB (Red+Green+Blue) = 206+242+117=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF275 is #310D8A. Grayscale: #D9D9D9. Windows color (decimal): -3214731 or 7729870. OLE color: 7729870.

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

Color convert

RGB206242117-
CMYK0.1500.520.05
HSL77.28º82.78%70.39%-
HSV(B)77.28º51.65%94.9%-
XYZ60.4277.9128.68-
YUV216.9971.57120.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=36.46%
G=42.83%
B=20.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421170.1500.520.0577.2882.7870.39
HexCEF275F03454d5346
Octal316362165170645115123106
Binary1100111011110010111010111110110100101100110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF275; }

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

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

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

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

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

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

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

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