Html Css Color HEX #D1F982 Sulu

📋 copy color: '#D1F982'

red 209 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D1F982

Tints of Sulu #D1F982

RGB

 RED value IS 209 (82.03% from 255) = 35.54%

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

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

R = 35.54%
G = 42.35%
B = 22.11%

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

#D1F982 (or 0xD1F982) is known color: Sulu. HEX triplet: D1, F9 and 82. RGB value is (209,249,130). Sum of RGB (Red+Green+Blue) = 209+249+130=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F982 is #2E067D. Grayscale: #DFDFDF. Windows color (decimal): -3016318 or 8583633. OLE color: 8583633.

HSL color Cylindrical-coordinate representation of color #D1F982: hue angle of 80.17º 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 #D1F982 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 130 -
CMYK 0.16 0 0.48 0.02
HSL 80.17º 0.91% 0.74% -
HSV(B) 80.17º 0.48% 0.98% -
XYZ 64.2 82.92 33.74 -
YUV 223.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 209 249 130 0.16 0 0.48 0.02 80.17 0.91 0.74
Hex D1 F9 82 10 0 30 2 50 5B 4A
Octal 321 371 202 20 0 60 2 120 133 112
Binary 11010001 11111001 10000010 10000 0 110000 10 1010000 1011011 1001010

Color Harmonies of #D1F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F982

Black with #D1F982

Text Example


Text Example

White with #D1F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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