#CDE381

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

Shades of Sulu #CDE381

Tints of Sulu #CDE381

Color information

#CDE381 (or 0xCDE381) is unknown color: approx Sulu. HEX triplet: CD, E3 and 81. RGB value is (205,227,129). Sum of RGB (Red+Green+Blue) = 205+227+129=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE381 is #321C7E. Grayscale: #D1D1D1. Windows color (decimal): -3284095 or 8512461. OLE color: 8512461.

HSL color Cylindrical-coordinate representation of color #CDE381: hue angle of 73.47º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE381 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB205227129-
CMYK0.1000.430.11
HSL73.47º63.64%69.8%-
HSV(B)73.47º43.17%89.02%-
XYZ56.6169.531.2-
YUV209.2582.71124.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=36.54%
G=40.46%
B=22.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271290.1000.430.1173.4763.6469.8
HexCDE381A02BB494046
Octal3153432011205313111100106
Binary110011011110001110000001101001010111011100100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE381; }

 p { color: rgb(205,227,129); }

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

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

 a { background-color: rgb(205,227,129); }

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

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

 span { border-color: rgb(205,227,129); }

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