Html Css Color HEX #D0FB80 Sulu

📋 copy color: '#D0FB80'

red 208 ◦ green 251 ◦ blue 128

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

Shades of Sulu #D0FB80

Tints of Sulu #D0FB80

RGB

 RED value IS 208 (81.64% from 255) = 35.43%

 GREEN value IS 251 (98.44% from 255) = 42.76%

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

R = 35.43%
G = 42.76%
B = 21.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D0FB80 (or 0xD0FB80) is known color: Sulu. HEX triplet: D0, FB and 80. RGB value is (208,251,128). Sum of RGB (Red+Green+Blue) = 208+251+128=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB80 is #2F047F. Grayscale: #E0E0E0. Windows color (decimal): -3081344 or 8453072. OLE color: 8453072.

HSL color Cylindrical-coordinate representation of color #D0FB80: hue angle of 80.98º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0FB80 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 128 -
CMYK 0.17 0 0.49 0.02
HSL 80.98º 0.94% 0.74% -
HSV(B) 80.98º 0.49% 0.98% -
XYZ 64.41 83.96 33.23 -
YUV 224.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 208 251 128 0.17 0 0.49 0.02 80.98 0.94 0.74
Hex D0 FB 80 11 0 31 2 51 5E 4A
Octal 320 373 200 21 0 61 2 121 136 112
Binary 11010000 11111011 10000000 10001 0 110001 10 1010001 1011110 1001010

Color Harmonies of #D0FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB80

Black with #D0FB80

Text Example


Text Example

White with #D0FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB80; }

 p { color: rgb(208,251,128); }

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

background-color css

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

 a { background-color: rgb(208,251,128); }

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

border-color css

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

 span { border-color: rgb(208,251,128); }

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