Html Css Color HEX #D6F06E Mindaro

📋 copy color: '#D6F06E'

red 214 ◦ green 240 ◦ blue 110

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

Shades of Mindaro #D6F06E

Tints of Mindaro #D6F06E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.55%

 BLUE value IS 110 (43.36% from 255) = 19.5%

R = 37.94%
G = 42.55%
B = 19.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#D6F06E (or 0xD6F06E) is known color: Mindaro. HEX triplet: D6, F0 and 6E. RGB value is (214,240,110). Sum of RGB (Red+Green+Blue) = 214+240+110=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F06E is #290F91. Grayscale: #D9D9D9. Windows color (decimal): -2690962 or 7270614. OLE color: 7270614.

HSL color Cylindrical-coordinate representation of color #D6F06E: hue angle of 72º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6F06E is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 110 -
CMYK 0.11 0 0.54 0.06
HSL 72º 0.81% 0.69% -
HSV(B) 72º 0.54% 0.94% -
XYZ 61.71 77.74 26.51 -
YUV 217.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 214 240 110 0.11 0 0.54 0.06 72 0.81 0.69
Hex D6 F0 6E B 0 36 6 48 51 45
Octal 326 360 156 13 0 66 6 110 121 105
Binary 11010110 11110000 1101110 1011 0 110110 110 1001000 1010001 1000101

Color Harmonies of #D6F06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F06E

Black with #D6F06E

Text Example


Text Example

White with #D6F06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F06E; }

 p { color: rgb(214,240,110); }

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

background-color css

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

 a { background-color: rgb(214,240,110); }

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

border-color css

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

 span { border-color: rgb(214,240,110); }

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