Html Css Color HEX #D6FE60 Mindaro

📋 copy color: '#D6FE60'

red 214 ◦ green 254 ◦ blue 96

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

Shades of Mindaro #D6FE60

Tints of Mindaro #D6FE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.02%

R = 37.94%
G = 45.04%
B = 17.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#D6FE60 (or 0xD6FE60) is known color: Mindaro. HEX triplet: D6, FE and 60. RGB value is (214,254,96). Sum of RGB (Red+Green+Blue) = 214+254+96=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE60 is #29019F. Grayscale: #E0E0E0. Windows color (decimal): -2687392 or 6356694. OLE color: 6356694.

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

Color convert

RGB 214 254 96 -
CMYK 0.16 0 0.62 0.00
HSL 75.19º 0.99% 0.69% -
HSV(B) 75.19º 0.62% 1% -
XYZ 65.28 86.02 24.23 -
YUV 224.03 55.75 120.85 -
System Red Green Blue C M Y K H S L
Decimal 214 254 96 0.16 0 0.62 0.00 75.19 0.99 0.69
Hex D6 FE 60 10 0 3E 0 4B 63 45
Octal 326 376 140 20 0 76 0 113 143 105
Binary 11010110 11111110 1100000 10000 0 111110 0 1001011 1100011 1000101

Color Harmonies of #D6FE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE60

Black with #D6FE60

Text Example


Text Example

White with #D6FE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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