Html Css Color HEX #D3F986 Sulu

📋 copy color: '#D3F986'

red 211 ◦ green 249 ◦ blue 134

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

Shades of Sulu #D3F986

Tints of Sulu #D3F986

RGB

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

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

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

R = 35.52%
G = 41.92%
B = 22.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#D3F986 (or 0xD3F986) is known color: Sulu. HEX triplet: D3, F9 and 86. RGB value is (211,249,134). Sum of RGB (Red+Green+Blue) = 211+249+134=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F986 is #2C0679. Grayscale: #E0E0E0. Windows color (decimal): -2885242 or 8845779. OLE color: 8845779.

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

Color convert

RGB 211 249 134 -
CMYK 0.15 0 0.46 0.02
HSL 79.83º 0.91% 0.75% -
HSV(B) 79.83º 0.46% 0.98% -
XYZ 65.04 83.32 35.21 -
YUV 224.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 211 249 134 0.15 0 0.46 0.02 79.83 0.91 0.75
Hex D3 F9 86 F 0 2E 2 50 5B 4B
Octal 323 371 206 17 0 56 2 120 133 113
Binary 11010011 11111001 10000110 1111 0 101110 10 1010000 1011011 1001011

Color Harmonies of #D3F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F986

Black with #D3F986

Text Example


Text Example

White with #D3F986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F986; }

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

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

background-color css

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

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

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

border-color css

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

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

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