Html Css Color HEX #D6EE70 Mindaro

📋 copy color: '#D6EE70'

red 214 ◦ green 238 ◦ blue 112

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

Shades of Mindaro #D6EE70

Tints of Mindaro #D6EE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

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

R = 37.94%
G = 42.2%
B = 19.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#D6EE70 (or 0xD6EE70) is known color: Mindaro. HEX triplet: D6, EE and 70. RGB value is (214,238,112). Sum of RGB (Red+Green+Blue) = 214+238+112=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE70 is #29118F. Grayscale: #D8D8D8. Windows color (decimal): -2691472 or 7401174. OLE color: 7401174.

HSL color Cylindrical-coordinate representation of color #D6EE70: hue angle of 71.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6EE70 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 112 -
CMYK 0.10 0 0.53 0.07
HSL 71.43º 0.79% 0.69% -
HSV(B) 71.43º 0.53% 0.93% -
XYZ 61.23 76.62 26.89 -
YUV 216.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 214 238 112 0.10 0 0.53 0.07 71.43 0.79 0.69
Hex D6 EE 70 A 0 35 7 47 4F 45
Octal 326 356 160 12 0 65 7 107 117 105
Binary 11010110 11101110 1110000 1010 0 110101 111 1000111 1001111 1000101

Color Harmonies of #D6EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE70

Black with #D6EE70

Text Example


Text Example

White with #D6EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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