Html Css Color HEX #D6FA5D Mindaro

📋 copy color: '#D6FA5D'

red 214 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #D6FA5D

Tints of Mindaro #D6FA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.88%

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

R = 38.42%
G = 44.88%
B = 16.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D6FA5D (or 0xD6FA5D) is known color: Mindaro. HEX triplet: D6, FA and 5D. RGB value is (214,250,93). Sum of RGB (Red+Green+Blue) = 214+250+93=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA5D is #2905A2. Grayscale: #DDDDDD. Windows color (decimal): -2688419 or 6159062. OLE color: 6159062.

HSL color Cylindrical-coordinate representation of color #D6FA5D: hue angle of 73.76º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6FA5D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 93 -
CMYK 0.14 0 0.63 0.02
HSL 73.76º 0.94% 0.67% -
HSV(B) 73.76º 0.63% 0.98% -
XYZ 63.89 83.46 23.1 -
YUV 221.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 214 250 93 0.14 0 0.63 0.02 73.76 0.94 0.67
Hex D6 FA 5D E 0 3F 2 4A 5E 43
Octal 326 372 135 16 0 77 2 112 136 103
Binary 11010110 11111010 1011101 1110 0 111111 10 1001010 1011110 1000011

Color Harmonies of #D6FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA5D

Black with #D6FA5D

Text Example


Text Example

White with #D6FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA5D; }

 p { color: rgb(214,250,93); }

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

background-color css

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

 a { background-color: rgb(214,250,93); }

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

border-color css

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

 span { border-color: rgb(214,250,93); }

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