#CEFC8A

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

Shades of Sulu #CEFC8A

Tints of Sulu #CEFC8A

Color information

#CEFC8A (or 0xCEFC8A) is unknown color: approx Sulu. HEX triplet: CE, FC and 8A. RGB value is (206,252,138). Sum of RGB (Red+Green+Blue) = 206+252+138=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC8A is #310375. Grayscale: #E1E1E1. Windows color (decimal): -3212150 or 9108686. OLE color: 9108686.

HSL color Cylindrical-coordinate representation of color #CEFC8A: hue angle of 84.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEFC8A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB206252138-
CMYK0.1800.450.01
HSL84.21º95%76.47%-
HSV(B)84.21º45.24%98.82%-
XYZ64.8584.5836.95-
YUV225.2578.76114.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=34.56%
G=42.28%
B=23.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521380.1800.450.0184.219576.47
HexCEFC8A1202D1545f4c
Octal316374212220551124137114
Binary1100111011111100100010101001001011011101010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC8A; }

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

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

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

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

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

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

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

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