Html Css Color HEX #D6F154 Mindaro

📋 copy color: '#D6F154'

red 214 ◦ green 241 ◦ blue 84

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

Shades of Mindaro #D6F154

Tints of Mindaro #D6F154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 39.7%
G = 44.71%
B = 15.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#D6F154 (or 0xD6F154) is known color: Mindaro. HEX triplet: D6, F1 and 54. RGB value is (214,241,84). Sum of RGB (Red+Green+Blue) = 214+241+84=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F154 is #290EAB. Grayscale: #D7D7D7. Windows color (decimal): -2690732 or 5566934. OLE color: 5566934.

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

Color convert

RGB 214 241 84 -
CMYK 0.11 0 0.65 0.05
HSL 70.32º 0.85% 0.64% -
HSV(B) 70.32º 0.65% 0.95% -
XYZ 60.79 77.85 20.21 -
YUV 215.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 214 241 84 0.11 0 0.65 0.05 70.32 0.85 0.64
Hex D6 F1 54 B 0 41 5 46 55 40
Octal 326 361 124 13 0 101 5 106 125 100
Binary 11010110 11110001 1010100 1011 0 1000001 101 1000110 1010101 1000000

Color Harmonies of #D6F154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F154

Black with #D6F154

Text Example


Text Example

White with #D6F154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F154; }

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

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

background-color css

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

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

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

border-color css

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

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

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