#CEFF83

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

Shades of Sulu #CEFF83

Tints of Sulu #CEFF83

Color information

#CEFF83 (or 0xCEFF83) is unknown color: approx Sulu. HEX triplet: CE, FF and 83. RGB value is (206,255,131). Sum of RGB (Red+Green+Blue) = 206+255+131=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF83 is #31007C. Grayscale: #E2E2E2. Windows color (decimal): -3211389 or 8650702. OLE color: 8650702.

HSL color Cylindrical-coordinate representation of color #CEFF83: hue angle of 83.71º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEFF83 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB206255131-
CMYK0.1900.490
HSL83.71º100%75.69%-
HSV(B)83.71º48.63%100%-
XYZ65.3186.2834.68-
YUV226.2174.27113.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 131 (51.56% from 255) = 22.13%
R=34.80%
G=43.07%
B=22.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551310.1900.49083.7110075.69
HexCEFF8313031054644c
Octal316377203230610124144114
Binary1100111011111111100000111001101100010101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF83; }

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

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

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

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

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

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

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

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