#CDF481

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

Shades of Sulu #CDF481

Tints of Sulu #CDF481

Color information

#CDF481 (or 0xCDF481) is unknown color: approx Sulu. HEX triplet: CD, F4 and 81. RGB value is (205,244,129). Sum of RGB (Red+Green+Blue) = 205+244+129=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF481 is #320B7E. Grayscale: #DBDBDB. Windows color (decimal): -3279743 or 8516813. OLE color: 8516813.

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

Color convert

RGB205244129-
CMYK0.1600.470.04
HSL80.35º83.94%73.14%-
HSV(B)80.35º47.13%95.69%-
XYZ61.4979.2732.83-
YUV219.2377.08117.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 129 (50.78% from 255) = 22.32%
R=35.47%
G=42.21%
B=22.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441290.1600.470.0480.3583.9473.14
HexCDF4811002F4505449
Octal315364201200574120124111
Binary110011011111010010000001100000101111100101000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF481; }

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

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

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

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

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

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

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

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