#CDF484

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

Shades of Sulu #CDF484

Tints of Sulu #CDF484

Color information

#CDF484 (or 0xCDF484) is unknown color: approx Sulu. HEX triplet: CD, F4 and 84. RGB value is (205,244,132). Sum of RGB (Red+Green+Blue) = 205+244+132=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF484 is #320B7B. Grayscale: #DBDBDB. Windows color (decimal): -3279740 or 8713421. OLE color: 8713421.

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

Color convert

RGB205244132-
CMYK0.1600.460.04
HSL80.89º83.58%73.73%-
HSV(B)80.89º45.9%95.69%-
XYZ61.6979.3533.89-
YUV219.5778.58117.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 132 (51.95% from 255) = 22.72%
R=35.28%
G=42.00%
B=22.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441320.1600.460.0480.8983.5873.73
HexCDF4841002E451544a
Octal315364204200564121124112
Binary110011011111010010000100100000101110100101000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF484; }

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

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

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

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

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

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

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

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