Html Css Color HEX #D0F982 Sulu

📋 copy color: '#D0F982'

red 208 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D0F982

Tints of Sulu #D0F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

 BLUE value IS 130 (51.17% from 255) = 22.15%

R = 35.43%
G = 42.42%
B = 22.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D0F982 (or 0xD0F982) is known color: Sulu. HEX triplet: D0, F9 and 82. RGB value is (208,249,130). Sum of RGB (Red+Green+Blue) = 208+249+130=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F982 is #2F067D. Grayscale: #DFDFDF. Windows color (decimal): -3081854 or 8583632. OLE color: 8583632.

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

Color convert

RGB 208 249 130 -
CMYK 0.16 0 0.48 0.02
HSL 80.67º 0.91% 0.74% -
HSV(B) 80.67º 0.48% 0.98% -
XYZ 63.92 82.77 33.73 -
YUV 223.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 208 249 130 0.16 0 0.48 0.02 80.67 0.91 0.74
Hex D0 F9 82 10 0 30 2 51 5B 4A
Octal 320 371 202 20 0 60 2 121 133 112
Binary 11010000 11111001 10000010 10000 0 110000 10 1010001 1011011 1001010

Color Harmonies of #D0F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F982

Black with #D0F982

Text Example


Text Example

White with #D0F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F982; }

 p { color: rgb(208,249,130); }

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

background-color css

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

 a { background-color: rgb(208,249,130); }

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

border-color css

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

 span { border-color: rgb(208,249,130); }

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