Html Css Color HEX #D6FF70 Mindaro

📋 copy color: '#D6FF70'

red 214 ◦ green 255 ◦ blue 112

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

Shades of Mindaro #D6FF70

Tints of Mindaro #D6FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 43.89%

 BLUE value IS 112 (44.14% from 255) = 19.28%

R = 36.83%
G = 43.89%
B = 19.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#D6FF70 (or 0xD6FF70) is known color: Mindaro. HEX triplet: D6, FF and 70. RGB value is (214,255,112). Sum of RGB (Red+Green+Blue) = 214+255+112=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF70 is #29008F. Grayscale: #E2E2E2. Windows color (decimal): -2687120 or 7405526. OLE color: 7405526.

HSL color Cylindrical-coordinate representation of color #D6FF70: hue angle of 77.2º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6FF70 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 214 255 112 -
CMYK 0.16 0 0.56 0
HSL 77.2º 1% 0.72% -
HSV(B) 77.2º 0.56% 1% -
XYZ 66.42 86.99 28.62 -
YUV 226.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 214 255 112 0.16 0 0.56 0 77.2 1 0.72
Hex D6 FF 70 10 0 38 0 4D 64 48
Octal 326 377 160 20 0 70 0 115 144 110
Binary 11010110 11111111 1110000 10000 0 111000 0 1001101 1100100 1001000

Color Harmonies of #D6FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF70

Black with #D6FF70

Text Example


Text Example

White with #D6FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF70; }

 p { color: rgb(214,255,112); }

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

background-color css

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

 a { background-color: rgb(214,255,112); }

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

border-color css

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

 span { border-color: rgb(214,255,112); }

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