Html Css Color HEX #D6F150 Mindaro

📋 copy color: '#D6F150'

red 214 ◦ green 241 ◦ blue 80

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

Shades of Mindaro #D6F150

Tints of Mindaro #D6F150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.95%

R = 40%
G = 45.05%
B = 14.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D6F150 (or 0xD6F150) is known color: Mindaro. HEX triplet: D6, F1 and 50. RGB value is (214,241,80). Sum of RGB (Red+Green+Blue) = 214+241+80=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F150 is #290EAF. Grayscale: #D7D7D7. Windows color (decimal): -2690736 or 5304790. OLE color: 5304790.

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

Color convert

RGB 214 241 80 -
CMYK 0.11 0 0.67 0.05
HSL 70.06º 0.85% 0.63% -
HSV(B) 70.06º 0.67% 0.95% -
XYZ 60.63 77.79 19.41 -
YUV 214.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 214 241 80 0.11 0 0.67 0.05 70.06 0.85 0.63
Hex D6 F1 50 B 0 43 5 46 55 3F
Octal 326 361 120 13 0 103 5 106 125 77
Binary 11010110 11110001 1010000 1011 0 1000011 101 1000110 1010101 111111

Color Harmonies of #D6F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F150

Black with #D6F150

Text Example


Text Example

White with #D6F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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