#CDF58D

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

Shades of Sulu #CDF58D

Tints of Sulu #CDF58D

Color information

#CDF58D (or 0xCDF58D) is unknown color: approx Sulu. HEX triplet: CD, F5 and 8D. RGB value is (205,245,141). Sum of RGB (Red+Green+Blue) = 205+245+141=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF58D is #320A72. Grayscale: #DDDDDD. Windows color (decimal): -3279475 or 9303501. OLE color: 9303501.

HSL color Cylindrical-coordinate representation of color #CDF58D: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF58D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB205245141-
CMYK0.1600.420.04
HSL83.08º83.87%75.69%-
HSV(B)83.08º42.45%96.08%-
XYZ62.6480.2137.38-
YUV221.1882.75116.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 245 (96.09% from 255) = 41.46%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=34.69%
G=41.46%
B=23.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451410.1600.420.0483.0883.8775.69
HexCDF58D1002A453544c
Octal315365215200524123124114
Binary110011011111010110001101100000101010100101001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF58D; }

 p { color: rgb(205,245,141); }

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

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

 a { background-color: rgb(205,245,141); }

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

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

 span { border-color: rgb(205,245,141); }

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