Html Css Color HEX #D6F186 Sulu

📋 copy color: '#D6F186'

red 214 ◦ green 241 ◦ blue 134

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

Shades of Sulu #D6F186

Tints of Sulu #D6F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.92%

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

R = 36.33%
G = 40.92%
B = 22.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D6F186 (or 0xD6F186) is known color: Sulu. HEX triplet: D6, F1 and 86. RGB value is (214,241,134). Sum of RGB (Red+Green+Blue) = 214+241+134=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F186 is #290E79. Grayscale: #DDDDDD. Windows color (decimal): -2690682 or 8843734. OLE color: 8843734.

HSL color Cylindrical-coordinate representation of color #D6F186: hue angle of 75.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6F186 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 134 -
CMYK 0.11 0 0.44 0.05
HSL 75.14º 0.79% 0.74% -
HSV(B) 75.14º 0.44% 0.95% -
XYZ 63.49 78.93 34.44 -
YUV 220.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 214 241 134 0.11 0 0.44 0.05 75.14 0.79 0.74
Hex D6 F1 86 B 0 2C 5 4B 4F 4A
Octal 326 361 206 13 0 54 5 113 117 112
Binary 11010110 11110001 10000110 1011 0 101100 101 1001011 1001111 1001010

Color Harmonies of #D6F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F186

Black with #D6F186

Text Example


Text Example

White with #D6F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F186; }

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

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

background-color css

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

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

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

border-color css

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

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

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