Html Css Color HEX #D3F580 Sulu

📋 copy color: '#D3F580'

red 211 ◦ green 245 ◦ blue 128

#D3F580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D3F580

Tints of Sulu #D3F580

RGB

 RED value IS 211 (82.81% from 255) = 36.13%

 GREEN value IS 245 (96.09% from 255) = 41.95%

 BLUE value IS 128 (50.39% from 255) = 21.92%

R = 36.13%
G = 41.95%
B = 21.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#D3F580 (or 0xD3F580) is known color: Sulu. HEX triplet: D3, F5 and 80. RGB value is (211,245,128). Sum of RGB (Red+Green+Blue) = 211+245+128=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F580 is #2C0A7F. Grayscale: #DDDDDD. Windows color (decimal): -2886272 or 8451539. OLE color: 8451539.

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

Color convert

RGB 211 245 128 -
CMYK 0.14 0 0.48 0.04
HSL 77.44º 0.85% 0.73% -
HSV(B) 77.44º 0.48% 0.96% -
XYZ 63.41 80.71 32.66 -
YUV 221.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 211 245 128 0.14 0 0.48 0.04 77.44 0.85 0.73
Hex D3 F5 80 E 0 30 4 4D 55 49
Octal 323 365 200 16 0 60 4 115 125 111
Binary 11010011 11110101 10000000 1110 0 110000 100 1001101 1010101 1001001

Color Harmonies of #D3F580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F580

Black with #D3F580

Text Example


Text Example

White with #D3F580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F580; }

 p { color: rgb(211,245,128); }

 H1.HeaderClassName
 {
   color: #D3F580;
 }
 .AnyTagClassName
 {
   color: #D3F580;
 }
</style>

background-color css

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

 a { background-color: rgb(211,245,128); }

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

border-color css

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

 span { border-color: rgb(211,245,128); }

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