Html Css Color HEX #D6FF60 Mindaro

📋 copy color: '#D6FF60'

red 214 ◦ green 255 ◦ blue 96

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

Shades of Mindaro #D6FF60

Tints of Mindaro #D6FF60

RGB

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

 GREEN value IS 255 (100% from 255) = 45.13%

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

R = 37.88%
G = 45.13%
B = 16.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#D6FF60 (or 0xD6FF60) is known color: Mindaro. HEX triplet: D6, FF and 60. RGB value is (214,255,96). Sum of RGB (Red+Green+Blue) = 214+255+96=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF60 is #29009F. Grayscale: #E1E1E1. Windows color (decimal): -2687136 or 6356950. OLE color: 6356950.

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

Color convert

RGB 214 255 96 -
CMYK 0.16 0 0.62 0
HSL 75.47º 1% 0.69% -
HSV(B) 75.47º 0.62% 1% -
XYZ 65.6 86.66 24.34 -
YUV 224.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 214 255 96 0.16 0 0.62 0 75.47 1 0.69
Hex D6 FF 60 10 0 3E 0 4B 64 45
Octal 326 377 140 20 0 76 0 113 144 105
Binary 11010110 11111111 1100000 10000 0 111110 0 1001011 1100100 1000101

Color Harmonies of #D6FF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF60

Black with #D6FF60

Text Example


Text Example

White with #D6FF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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