Html Css Color HEX #D6EF86 Sulu

📋 copy color: '#D6EF86'

red 214 ◦ green 239 ◦ blue 134

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

Shades of Sulu #D6EF86

Tints of Sulu #D6EF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

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

R = 36.46%
G = 40.72%
B = 22.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#D6EF86 (or 0xD6EF86) is known color: Sulu. HEX triplet: D6, EF and 86. RGB value is (214,239,134). Sum of RGB (Red+Green+Blue) = 214+239+134=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EF86 is #291079. Grayscale: #DBDBDB. Windows color (decimal): -2691194 or 8843222. OLE color: 8843222.

HSL color Cylindrical-coordinate representation of color #D6EF86: hue angle of 74.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6EF86 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 134 -
CMYK 0.10 0 0.44 0.06
HSL 74.29º 0.77% 0.73% -
HSV(B) 74.29º 0.44% 0.94% -
XYZ 62.9 77.75 34.25 -
YUV 219.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 214 239 134 0.10 0 0.44 0.06 74.29 0.77 0.73
Hex D6 EF 86 A 0 2C 6 4A 4D 49
Octal 326 357 206 12 0 54 6 112 115 111
Binary 11010110 11101111 10000110 1010 0 101100 110 1001010 1001101 1001001

Color Harmonies of #D6EF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF86

Black with #D6EF86

Text Example


Text Example

White with #D6EF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF86; }

 p { color: rgb(214,239,134); }

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

background-color css

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

 a { background-color: rgb(214,239,134); }

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

border-color css

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

 span { border-color: rgb(214,239,134); }

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