Html Css Color HEX #D3F982 Sulu

📋 copy color: '#D3F982'

red 211 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D3F982

Tints of Sulu #D3F982

RGB

 RED value IS 211 (82.81% from 255) = 35.76%

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

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

R = 35.76%
G = 42.2%
B = 22.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D3F982 (or 0xD3F982) is known color: Sulu. HEX triplet: D3, F9 and 82. RGB value is (211,249,130). Sum of RGB (Red+Green+Blue) = 211+249+130=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F982 is #2C067D. Grayscale: #E0E0E0. Windows color (decimal): -2885246 or 8583635. OLE color: 8583635.

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

Color convert

RGB 211 249 130 -
CMYK 0.15 0 0.48 0.02
HSL 79.16º 0.91% 0.74% -
HSV(B) 79.16º 0.48% 0.98% -
XYZ 64.77 83.21 33.77 -
YUV 224.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 211 249 130 0.15 0 0.48 0.02 79.16 0.91 0.74
Hex D3 F9 82 F 0 30 2 4F 5B 4A
Octal 323 371 202 17 0 60 2 117 133 112
Binary 11010011 11111001 10000010 1111 0 110000 10 1001111 1011011 1001010

Color Harmonies of #D3F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F982

Black with #D3F982

Text Example


Text Example

White with #D3F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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