Html Css Color HEX #D6FE5A Mindaro

📋 copy color: '#D6FE5A'

red 214 ◦ green 254 ◦ blue 90

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

Shades of Mindaro #D6FE5A

Tints of Mindaro #D6FE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

 BLUE value IS 90 (35.55% from 255) = 16.13%

R = 38.35%
G = 45.52%
B = 16.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#D6FE5A (or 0xD6FE5A) is known color: Mindaro. HEX triplet: D6, FE and 5A. RGB value is (214,254,90). Sum of RGB (Red+Green+Blue) = 214+254+90=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE5A is #2901A5. Grayscale: #DFDFDF. Windows color (decimal): -2687398 or 5963478. OLE color: 5963478.

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

Color convert

RGB 214 254 90 -
CMYK 0.16 0 0.65 0.00
HSL 74.63º 0.99% 0.67% -
HSV(B) 74.63º 0.65% 1% -
XYZ 65.02 85.92 22.83 -
YUV 223.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 214 254 90 0.16 0 0.65 0.00 74.63 0.99 0.67
Hex D6 FE 5A 10 0 41 0 4B 63 43
Octal 326 376 132 20 0 101 0 113 143 103
Binary 11010110 11111110 1011010 10000 0 1000001 0 1001011 1100011 1000011

Color Harmonies of #D6FE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE5A

Black with #D6FE5A

Text Example


Text Example

White with #D6FE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE5A; }

 p { color: rgb(214,254,90); }

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

background-color css

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

 a { background-color: rgb(214,254,90); }

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

border-color css

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

 span { border-color: rgb(214,254,90); }

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