#CEF572

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

Shades of Sulu #CEF572

Tints of Sulu #CEF572

Color information

#CEF572 (or 0xCEF572) is unknown color: approx Sulu. HEX triplet: CE, F5 and 72. RGB value is (206,245,114). Sum of RGB (Red+Green+Blue) = 206+245+114=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF572 is #310A8D. Grayscale: #DADADA. Windows color (decimal): -3213966 or 7534030. OLE color: 7534030.

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

Color convert

RGB206245114-
CMYK0.1600.530.04
HSL77.86º86.75%70.39%-
HSV(B)77.86º53.47%96.08%-
XYZ61.1479.6428.07-
YUV218.469.08119.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 245 (96.09% from 255) = 43.36%
BLUE value IS 114 (44.92% from 255) = 20.18%
R=36.46%
G=43.36%
B=20.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451140.1600.530.0477.8686.7570.39
HexCEF5721003544e5746
Octal316365162200654116127106
Binary11001110111101011110010100000110101100100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF572; }

 p { color: rgb(206,245,114); }

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

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

 a { background-color: rgb(206,245,114); }

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

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

 span { border-color: rgb(206,245,114); }

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