Html Css Color HEX #D6FF75 Mindaro

📋 copy color: '#D6FF75'

red 214 ◦ green 255 ◦ blue 117

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

Shades of Mindaro #D6FF75

Tints of Mindaro #D6FF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.97%

R = 36.52%
G = 43.52%
B = 19.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#D6FF75 (or 0xD6FF75) is known color: Mindaro. HEX triplet: D6, FF and 75. RGB value is (214,255,117). Sum of RGB (Red+Green+Blue) = 214+255+117=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF75 is #29008A. Grayscale: #E3E3E3. Windows color (decimal): -2687115 or 7733206. OLE color: 7733206.

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

Color convert

RGB 214 255 117 -
CMYK 0.16 0 0.54 0
HSL 77.83º 1% 0.73% -
HSV(B) 77.83º 0.54% 1% -
XYZ 66.7 87.1 30.13 -
YUV 227.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 214 255 117 0.16 0 0.54 0 77.83 1 0.73
Hex D6 FF 75 10 0 36 0 4E 64 49
Octal 326 377 165 20 0 66 0 116 144 111
Binary 11010110 11111111 1110101 10000 0 110110 0 1001110 1100100 1001001

Color Harmonies of #D6FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF75

Black with #D6FF75

Text Example


Text Example

White with #D6FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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