Html Css Color HEX #D5F986 Sulu

📋 copy color: '#D5F986'

red 213 ◦ green 249 ◦ blue 134

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

Shades of Sulu #D5F986

Tints of Sulu #D5F986

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

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

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

R = 35.74%
G = 41.78%
B = 22.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#D5F986 (or 0xD5F986) is known color: Sulu. HEX triplet: D5, F9 and 86. RGB value is (213,249,134). Sum of RGB (Red+Green+Blue) = 213+249+134=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F986 is #2A0679. Grayscale: #E1E1E1. Windows color (decimal): -2754170 or 8845781. OLE color: 8845781.

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

Color convert

RGB 213 249 134 -
CMYK 0.14 0 0.46 0.02
HSL 78.78º 0.91% 0.75% -
HSV(B) 78.78º 0.46% 0.98% -
XYZ 65.62 83.62 35.24 -
YUV 225.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 213 249 134 0.14 0 0.46 0.02 78.78 0.91 0.75
Hex D5 F9 86 E 0 2E 2 4F 5B 4B
Octal 325 371 206 16 0 56 2 117 133 113
Binary 11010101 11111001 10000110 1110 0 101110 10 1001111 1011011 1001011

Color Harmonies of #D5F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F986

Black with #D5F986

Text Example


Text Example

White with #D5F986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F986; }

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

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

background-color css

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

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

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

border-color css

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

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

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