Html Css Color HEX #D3FD80 Sulu

📋 copy color: '#D3FD80'

red 211 ◦ green 253 ◦ blue 128

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

Shades of Sulu #D3FD80

Tints of Sulu #D3FD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.74%

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

R = 35.64%
G = 42.74%
B = 21.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#D3FD80 (or 0xD3FD80) is known color: Sulu. HEX triplet: D3, FD and 80. RGB value is (211,253,128). Sum of RGB (Red+Green+Blue) = 211+253+128=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FD80 is #2C027F. Grayscale: #E2E2E2. Windows color (decimal): -2884224 or 8453587. OLE color: 8453587.

HSL color Cylindrical-coordinate representation of color #D3FD80: hue angle of 80.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3FD80 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 253 128 -
CMYK 0.17 0 0.49 0.01
HSL 80.16º 0.97% 0.75% -
HSV(B) 80.16º 0.49% 0.99% -
XYZ 65.89 85.66 33.48 -
YUV 226.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 211 253 128 0.17 0 0.49 0.01 80.16 0.97 0.75
Hex D3 FD 80 11 0 31 1 50 61 4B
Octal 323 375 200 21 0 61 1 120 141 113
Binary 11010011 11111101 10000000 10001 0 110001 1 1010000 1100001 1001011

Color Harmonies of #D3FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FD80

Black with #D3FD80

Text Example


Text Example

White with #D3FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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