#CDF988

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

Shades of Sulu #CDF988

Tints of Sulu #CDF988

Color information

#CDF988 (or 0xCDF988) is unknown color: approx Sulu. HEX triplet: CD, F9 and 88. RGB value is (205,249,136). Sum of RGB (Red+Green+Blue) = 205+249+136=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF988 is #320677. Grayscale: #DFDFDF. Windows color (decimal): -3278456 or 8976845. OLE color: 8976845.

HSL color Cylindrical-coordinate representation of color #CDF988: hue angle of 83.36º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDF988 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB205249136-
CMYK0.1800.450.02
HSL83.36º90.4%75.49%-
HSV(B)83.36º45.38%97.65%-
XYZ63.582.5135.87-
YUV222.9678.92115.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 136 (53.52% from 255) = 23.05%
R=34.75%
G=42.20%
B=23.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491360.1800.450.0283.3690.475.49
HexCDF9881202D2535a4b
Octal315371210220552123132113
Binary11001101111110011000100010010010110110101001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF988; }

 p { color: rgb(205,249,136); }

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

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

 a { background-color: rgb(205,249,136); }

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

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

 span { border-color: rgb(205,249,136); }

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