Html Css Color HEX #D6F766 Mindaro

📋 copy color: '#D6F766'

red 214 ◦ green 247 ◦ blue 102

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

Shades of Mindaro #D6F766

Tints of Mindaro #D6F766

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.87%

 BLUE value IS 102 (40.23% from 255) = 18.12%

R = 38.01%
G = 43.87%
B = 18.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#D6F766 (or 0xD6F766) is known color: Mindaro. HEX triplet: D6, F7 and 66. RGB value is (214,247,102). Sum of RGB (Red+Green+Blue) = 214+247+102=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F766 is #290899. Grayscale: #DDDDDD. Windows color (decimal): -2689178 or 6748118. OLE color: 6748118.

HSL color Cylindrical-coordinate representation of color #D6F766: hue angle of 73.66º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6F766 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 102 -
CMYK 0.13 0 0.59 0.03
HSL 73.66º 0.9% 0.68% -
HSV(B) 73.66º 0.59% 0.97% -
XYZ 63.39 81.78 25.01 -
YUV 220.6 61.07 123.29 -
System Red Green Blue C M Y K H S L
Decimal 214 247 102 0.13 0 0.59 0.03 73.66 0.9 0.68
Hex D6 F7 66 D 0 3B 3 4A 5A 44
Octal 326 367 146 15 0 73 3 112 132 104
Binary 11010110 11110111 1100110 1101 0 111011 11 1001010 1011010 1000100

Color Harmonies of #D6F766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F766

Black with #D6F766

Text Example


Text Example

White with #D6F766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F766; }

 p { color: rgb(214,247,102); }

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

background-color css

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

 a { background-color: rgb(214,247,102); }

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

border-color css

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

 span { border-color: rgb(214,247,102); }

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