#CEFA81

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

Shades of Sulu #CEFA81

Tints of Sulu #CEFA81

Color information

#CEFA81 (or 0xCEFA81) is unknown color: approx Sulu. HEX triplet: CE, FA and 81. RGB value is (206,250,129). Sum of RGB (Red+Green+Blue) = 206+250+129=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA81 is #31057E. Grayscale: #DFDFDF. Windows color (decimal): -3212671 or 8518350. OLE color: 8518350.

HSL color Cylindrical-coordinate representation of color #CEFA81: hue angle of 81.82º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEFA81 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB206250129-
CMYK0.1800.480.02
HSL81.82º92.37%74.31%-
HSV(B)81.82º48.4%98.04%-
XYZ63.683.0833.45-
YUV223.0574.92115.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 129 (50.78% from 255) = 22.05%
R=35.21%
G=42.74%
B=22.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501290.1800.480.0281.8292.3774.31
HexCEFA81120302525c4a
Octal316372201220602122134112
Binary11001110111110101000000110010011000010101001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA81; }

 p { color: rgb(206,250,129); }

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

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

 a { background-color: rgb(206,250,129); }

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

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

 span { border-color: rgb(206,250,129); }

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