Html Css Color HEX #D6F06D Mindaro

📋 copy color: '#D6F06D'

red 214 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #D6F06D

Tints of Mindaro #D6F06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.36%

R = 38.01%
G = 42.63%
B = 19.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#D6F06D (or 0xD6F06D) is known color: Mindaro. HEX triplet: D6, F0 and 6D. RGB value is (214,240,109). Sum of RGB (Red+Green+Blue) = 214+240+109=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F06D is #290F92. Grayscale: #D9D9D9. Windows color (decimal): -2690963 or 7205078. OLE color: 7205078.

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

Color convert

RGB 214 240 109 -
CMYK 0.11 0 0.55 0.06
HSL 71.91º 0.81% 0.68% -
HSV(B) 71.91º 0.55% 0.94% -
XYZ 61.65 77.72 26.22 -
YUV 217.29 66.89 125.65 -
System Red Green Blue C M Y K H S L
Decimal 214 240 109 0.11 0 0.55 0.06 71.91 0.81 0.68
Hex D6 F0 6D B 0 37 6 48 51 44
Octal 326 360 155 13 0 67 6 110 121 104
Binary 11010110 11110000 1101101 1011 0 110111 110 1001000 1010001 1000100

Color Harmonies of #D6F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F06D

Black with #D6F06D

Text Example


Text Example

White with #D6F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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