Html Css Color HEX #D6F982 Sulu

📋 copy color: '#D6F982'

red 214 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D6F982

Tints of Sulu #D6F982

RGB

 RED value IS 214 (83.98% from 255) = 36.09%

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

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

R = 36.09%
G = 41.99%
B = 21.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D6F982 (or 0xD6F982) is known color: Sulu. HEX triplet: D6, F9 and 82. RGB value is (214,249,130). Sum of RGB (Red+Green+Blue) = 214+249+130=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F982 is #29067D. Grayscale: #E1E1E1. Windows color (decimal): -2688638 or 8583638. OLE color: 8583638.

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

Color convert

RGB 214 249 130 -
CMYK 0.14 0 0.48 0.02
HSL 77.65º 0.91% 0.74% -
HSV(B) 77.65º 0.48% 0.98% -
XYZ 65.64 83.66 33.81 -
YUV 224.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 214 249 130 0.14 0 0.48 0.02 77.65 0.91 0.74
Hex D6 F9 82 E 0 30 2 4E 5B 4A
Octal 326 371 202 16 0 60 2 116 133 112
Binary 11010110 11111001 10000010 1110 0 110000 10 1001110 1011011 1001010

Color Harmonies of #D6F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F982

Black with #D6F982

Text Example


Text Example

White with #D6F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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