#CEF28A

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

Shades of Sulu #CEF28A

Tints of Sulu #CEF28A

Color information

#CEF28A (or 0xCEF28A) is unknown color: approx Sulu. HEX triplet: CE, F2 and 8A. RGB value is (206,242,138). Sum of RGB (Red+Green+Blue) = 206+242+138=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF28A is #310D75. Grayscale: #DBDBDB. Windows color (decimal): -3214710 or 9106126. OLE color: 9106126.

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

Color convert

RGB206242138-
CMYK0.1500.430.05
HSL80.77º80%74.51%-
HSV(B)80.77º42.98%94.9%-
XYZ61.7978.4635.93-
YUV219.3882.07118.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=35.15%
G=41.30%
B=23.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421380.1500.430.0580.778074.51
HexCEF28AF02B551504b
Octal316362212170535121120113
Binary11001110111100101000101011110101011101101000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF28A; }

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

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

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

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

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

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

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

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