#CDEC83

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

Shades of Sulu #CDEC83

Tints of Sulu #CDEC83

Color information

#CDEC83 (or 0xCDEC83) is unknown color: approx Sulu. HEX triplet: CD, EC and 83. RGB value is (205,236,131). Sum of RGB (Red+Green+Blue) = 205+236+131=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEC83 is #32137C. Grayscale: #D7D7D7. Windows color (decimal): -3281789 or 8645837. OLE color: 8645837.

HSL color Cylindrical-coordinate representation of color #CDEC83: hue angle of 77.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDEC83 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB205236131-
CMYK0.1300.440.07
HSL77.71º73.43%71.96%-
HSV(B)77.71º44.49%92.55%-
XYZ59.2774.6132.75-
YUV214.7680.73121.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=35.84%
G=41.26%
B=22.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361310.1300.440.0777.7173.4371.96
HexCDEC83D02C74e4948
Octal315354203150547116111110
Binary11001101111011001000001111010101100111100111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC83; }

 p { color: rgb(205,236,131); }

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

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

 a { background-color: rgb(205,236,131); }

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

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

 span { border-color: rgb(205,236,131); }

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