Html Css Color HEX #D6F866 Mindaro

📋 copy color: '#D6F866'

red 214 ◦ green 248 ◦ blue 102

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

Shades of Mindaro #D6F866

Tints of Mindaro #D6F866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

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

R = 37.94%
G = 43.97%
B = 18.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#D6F866 (or 0xD6F866) is known color: Mindaro. HEX triplet: D6, F8 and 66. RGB value is (214,248,102). Sum of RGB (Red+Green+Blue) = 214+248+102=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F866 is #290799. Grayscale: #DDDDDD. Windows color (decimal): -2688922 or 6748374. OLE color: 6748374.

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

Color convert

RGB 214 248 102 -
CMYK 0.14 0 0.59 0.03
HSL 73.97º 0.91% 0.69% -
HSV(B) 73.97º 0.59% 0.97% -
XYZ 63.7 82.39 25.12 -
YUV 221.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 214 248 102 0.14 0 0.59 0.03 73.97 0.91 0.69
Hex D6 F8 66 E 0 3B 3 4A 5B 45
Octal 326 370 146 16 0 73 3 112 133 105
Binary 11010110 11111000 1100110 1110 0 111011 11 1001010 1011011 1000101

Color Harmonies of #D6F866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F866

Black with #D6F866

Text Example


Text Example

White with #D6F866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F866; }

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

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

background-color css

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

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

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

border-color css

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

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

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