#CDE18A

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

Shades of Sulu #CDE18A

Tints of Sulu #CDE18A

Color information

#CDE18A (or 0xCDE18A) is unknown color: approx Sulu. HEX triplet: CD, E1 and 8A. RGB value is (205,225,138). Sum of RGB (Red+Green+Blue) = 205+225+138=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18A is #321E75. Grayscale: #D1D1D1. Windows color (decimal): -3284598 or 9101773. OLE color: 9101773.

HSL color Cylindrical-coordinate representation of color #CDE18A: hue angle of 73.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDE18A is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB205225138-
CMYK0.0900.390.12
HSL73.79º59.18%71.18%-
HSV(B)73.79º38.67%88.24%-
XYZ56.6968.6634.31-
YUV209.187.87125.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=36.09%
G=39.61%
B=24.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251380.0900.390.1273.7959.1871.18
HexCDE18A9027C4a3b47
Octal315341212110471411273107
Binary11001101111000011000101010010100111110010010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE18A; }

 p { color: rgb(205,225,138); }

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

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

 a { background-color: rgb(205,225,138); }

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

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

 span { border-color: rgb(205,225,138); }

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