Html Css Color HEX #D6FA5B Mindaro

📋 copy color: '#D6FA5B'

red 214 ◦ green 250 ◦ blue 91

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

Shades of Mindaro #D6FA5B

Tints of Mindaro #D6FA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.4%

R = 38.56%
G = 45.05%
B = 16.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#D6FA5B (or 0xD6FA5B) is known color: Mindaro. HEX triplet: D6, FA and 5B. RGB value is (214,250,91). Sum of RGB (Red+Green+Blue) = 214+250+91=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA5B is #2905A4. Grayscale: #DDDDDD. Windows color (decimal): -2688421 or 6027990. OLE color: 6027990.

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

Color convert

RGB 214 250 91 -
CMYK 0.14 0 0.64 0.02
HSL 73.58º 0.94% 0.67% -
HSV(B) 73.58º 0.64% 0.98% -
XYZ 63.81 83.42 22.64 -
YUV 221.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 214 250 91 0.14 0 0.64 0.02 73.58 0.94 0.67
Hex D6 FA 5B E 0 40 2 4A 5E 43
Octal 326 372 133 16 0 100 2 112 136 103
Binary 11010110 11111010 1011011 1110 0 1000000 10 1001010 1011110 1000011

Color Harmonies of #D6FA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA5B

Black with #D6FA5B

Text Example


Text Example

White with #D6FA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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