Html Css Color HEX #D0FA80 Sulu

📋 copy color: '#D0FA80'

red 208 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D0FA80

Tints of Sulu #D0FA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.66%

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

R = 35.49%
G = 42.66%
B = 21.84%

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

#D0FA80 (or 0xD0FA80) is known color: Sulu. HEX triplet: D0, FA and 80. RGB value is (208,250,128). Sum of RGB (Red+Green+Blue) = 208+250+128=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA80 is #2F057F. Grayscale: #DFDFDF. Windows color (decimal): -3081600 or 8452816. OLE color: 8452816.

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

Color convert

RGB 208 250 128 -
CMYK 0.17 0 0.49 0.02
HSL 80.66º 0.92% 0.74% -
HSV(B) 80.66º 0.49% 0.98% -
XYZ 64.09 83.34 33.13 -
YUV 223.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 208 250 128 0.17 0 0.49 0.02 80.66 0.92 0.74
Hex D0 FA 80 11 0 31 2 51 5C 4A
Octal 320 372 200 21 0 61 2 121 134 112
Binary 11010000 11111010 10000000 10001 0 110001 10 1010001 1011100 1001010

Color Harmonies of #D0FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA80

Black with #D0FA80

Text Example


Text Example

White with #D0FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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