Html Css Color HEX #D2F986 Sulu

📋 copy color: '#D2F986'

red 210 ◦ green 249 ◦ blue 134

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

Shades of Sulu #D2F986

Tints of Sulu #D2F986

RGB

 RED value IS 210 (82.42% from 255) = 35.41%

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

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

R = 35.41%
G = 41.99%
B = 22.6%

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

#D2F986 (or 0xD2F986) is known color: Sulu. HEX triplet: D2, F9 and 86. RGB value is (210,249,134). Sum of RGB (Red+Green+Blue) = 210+249+134=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F986 is #2D0679. Grayscale: #E0E0E0. Windows color (decimal): -2950778 or 8845778. OLE color: 8845778.

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

Color convert

RGB 210 249 134 -
CMYK 0.16 0 0.46 0.02
HSL 80.35º 0.91% 0.75% -
HSV(B) 80.35º 0.46% 0.98% -
XYZ 64.76 83.17 35.2 -
YUV 224.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 210 249 134 0.16 0 0.46 0.02 80.35 0.91 0.75
Hex D2 F9 86 10 0 2E 2 50 5B 4B
Octal 322 371 206 20 0 56 2 120 133 113
Binary 11010010 11111001 10000110 10000 0 101110 10 1010000 1011011 1001011

Color Harmonies of #D2F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F986

Black with #D2F986

Text Example


Text Example

White with #D2F986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F986; }

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

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

background-color css

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

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

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

border-color css

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

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

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