#CEFD83

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

Shades of Sulu #CEFD83

Tints of Sulu #CEFD83

Color information

#CEFD83 (or 0xCEFD83) is unknown color: approx Sulu. HEX triplet: CE, FD and 83. RGB value is (206,253,131). Sum of RGB (Red+Green+Blue) = 206+253+131=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD83 is #31027C. Grayscale: #E1E1E1. Windows color (decimal): -3211901 or 8650190. OLE color: 8650190.

HSL color Cylindrical-coordinate representation of color #CEFD83: hue angle of 83.11º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEFD83 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB206253131-
CMYK0.1900.480.01
HSL83.11º96.83%75.29%-
HSV(B)83.11º48.22%99.22%-
XYZ64.6885.0134.47-
YUV225.0474.93114.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 131 (51.56% from 255) = 22.20%
R=34.92%
G=42.88%
B=22.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531310.1900.480.0183.1196.8375.29
HexCEFD8313030153614b
Octal316375203230601123141113
Binary1100111011111101100000111001101100001101001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD83; }

 p { color: rgb(206,253,131); }

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

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

 a { background-color: rgb(206,253,131); }

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

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

 span { border-color: rgb(206,253,131); }

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