Html Css Color HEX #D0F986 Sulu

📋 copy color: '#D0F986'

red 208 ◦ green 249 ◦ blue 134

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

Shades of Sulu #D0F986

Tints of Sulu #D0F986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.67%

R = 35.19%
G = 42.13%
B = 22.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#D0F986 (or 0xD0F986) is known color: Sulu. HEX triplet: D0, F9 and 86. RGB value is (208,249,134). Sum of RGB (Red+Green+Blue) = 208+249+134=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F986 is #2F0679. Grayscale: #E0E0E0. Windows color (decimal): -3081850 or 8845776. OLE color: 8845776.

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

Color convert

RGB 208 249 134 -
CMYK 0.16 0 0.46 0.02
HSL 81.39º 0.91% 0.75% -
HSV(B) 81.39º 0.46% 0.98% -
XYZ 64.19 82.88 35.17 -
YUV 223.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 208 249 134 0.16 0 0.46 0.02 81.39 0.91 0.75
Hex D0 F9 86 10 0 2E 2 51 5B 4B
Octal 320 371 206 20 0 56 2 121 133 113
Binary 11010000 11111001 10000110 10000 0 101110 10 1010001 1011011 1001011

Color Harmonies of #D0F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F986

Black with #D0F986

Text Example


Text Example

White with #D0F986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F986; }

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

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

background-color css

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

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

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

border-color css

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

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

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