Html Css Color HEX #D7FF5D Mindaro

📋 copy color: '#D7FF5D'

red 215 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #D7FF5D

Tints of Mindaro #D7FF5D

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

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

 BLUE value IS 93 (36.72% from 255) = 16.52%

R = 38.19%
G = 45.29%
B = 16.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#D7FF5D (or 0xD7FF5D) is known color: Mindaro. HEX triplet: D7, FF and 5D. RGB value is (215,255,93). Sum of RGB (Red+Green+Blue) = 215+255+93=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF5D is #2800A2. Grayscale: #E1E1E1. Windows color (decimal): -2621603 or 6160343. OLE color: 6160343.

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

Color convert

RGB 215 255 93 -
CMYK 0.16 0 0.64 0
HSL 74.81º 1% 0.68% -
HSV(B) 74.81º 0.64% 1% -
XYZ 65.76 86.76 23.64 -
YUV 224.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 215 255 93 0.16 0 0.64 0 74.81 1 0.68
Hex D7 FF 5D 10 0 40 0 4B 64 44
Octal 327 377 135 20 0 100 0 113 144 104
Binary 11010111 11111111 1011101 10000 0 1000000 0 1001011 1100100 1000100

Color Harmonies of #D7FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FF5D

Black with #D7FF5D

Text Example


Text Example

White with #D7FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FF5D; }

 p { color: rgb(215,255,93); }

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

background-color css

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

 a { background-color: rgb(215,255,93); }

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

border-color css

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

 span { border-color: rgb(215,255,93); }

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