#CDFA82

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

Shades of Sulu #CDFA82

Tints of Sulu #CDFA82

Color information

#CDFA82 (or 0xCDFA82) is unknown color: approx Sulu. HEX triplet: CD, FA and 82. RGB value is (205,250,130). Sum of RGB (Red+Green+Blue) = 205+250+130=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFA82 is #32057D. Grayscale: #DFDFDF. Windows color (decimal): -3278206 or 8583885. OLE color: 8583885.

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

Color convert

RGB205250130-
CMYK0.1800.480.02
HSL82.5º92.31%74.51%-
HSV(B)82.5º48%98.04%-
XYZ63.3982.9633.79-
YUV222.8675.59115.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 130 (51.17% from 255) = 22.22%
R=35.04%
G=42.74%
B=22.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501300.1800.480.0282.592.3174.51
HexCDFA82120302525c4b
Octal315372202220602122134113
Binary11001101111110101000001010010011000010101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA82; }

 p { color: rgb(205,250,130); }

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

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

 a { background-color: rgb(205,250,130); }

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

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

 span { border-color: rgb(205,250,130); }

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