Html Css Color HEX #D2FD80 Sulu

📋 copy color: '#D2FD80'

red 210 ◦ green 253 ◦ blue 128

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

Shades of Sulu #D2FD80

Tints of Sulu #D2FD80

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

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

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

R = 35.53%
G = 42.81%
B = 21.66%

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

#D2FD80 (or 0xD2FD80) is known color: Sulu. HEX triplet: D2, FD and 80. RGB value is (210,253,128). Sum of RGB (Red+Green+Blue) = 210+253+128=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD80 is #2D027F. Grayscale: #E2E2E2. Windows color (decimal): -2949760 or 8453586. OLE color: 8453586.

HSL color Cylindrical-coordinate representation of color #D2FD80: hue angle of 80.64º 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 #D2FD80 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 128 -
CMYK 0.17 0 0.49 0.01
HSL 80.64º 0.97% 0.75% -
HSV(B) 80.64º 0.49% 0.99% -
XYZ 65.6 85.51 33.47 -
YUV 225.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 210 253 128 0.17 0 0.49 0.01 80.64 0.97 0.75
Hex D2 FD 80 11 0 31 1 51 61 4B
Octal 322 375 200 21 0 61 1 121 141 113
Binary 11010010 11111101 10000000 10001 0 110001 1 1010001 1100001 1001011

Color Harmonies of #D2FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD80

Black with #D2FD80

Text Example


Text Example

White with #D2FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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