Html Css Color HEX #D6FE6C Mindaro

📋 copy color: '#D6FE6C'

red 214 ◦ green 254 ◦ blue 108

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

Shades of Mindaro #D6FE6C

Tints of Mindaro #D6FE6C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.1%

 BLUE value IS 108 (42.58% from 255) = 18.75%

R = 37.15%
G = 44.1%
B = 18.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#D6FE6C (or 0xD6FE6C) is known color: Mindaro. HEX triplet: D6, FE and 6C. RGB value is (214,254,108). Sum of RGB (Red+Green+Blue) = 214+254+108=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE6C is #290193. Grayscale: #E1E1E1. Windows color (decimal): -2687380 or 7143126. OLE color: 7143126.

HSL color Cylindrical-coordinate representation of color #D6FE6C: hue angle of 76.44º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6FE6C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 108 -
CMYK 0.16 0 0.57 0.00
HSL 76.44º 0.99% 0.71% -
HSV(B) 76.44º 0.57% 1% -
XYZ 65.88 86.26 27.37 -
YUV 225.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 214 254 108 0.16 0 0.57 0.00 76.44 0.99 0.71
Hex D6 FE 6C 10 0 39 0 4C 63 47
Octal 326 376 154 20 0 71 0 114 143 107
Binary 11010110 11111110 1101100 10000 0 111001 0 1001100 1100011 1000111

Color Harmonies of #D6FE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE6C

Black with #D6FE6C

Text Example


Text Example

White with #D6FE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE6C; }

 p { color: rgb(214,254,108); }

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

background-color css

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

 a { background-color: rgb(214,254,108); }

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

border-color css

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

 span { border-color: rgb(214,254,108); }

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