Html Css Color HEX #D6FE5E Mindaro

📋 copy color: '#D6FE5E'

red 214 ◦ green 254 ◦ blue 94

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

Shades of Mindaro #D6FE5E

Tints of Mindaro #D6FE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.73%

R = 38.08%
G = 45.2%
B = 16.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#D6FE5E (or 0xD6FE5E) is known color: Mindaro. HEX triplet: D6, FE and 5E. RGB value is (214,254,94). Sum of RGB (Red+Green+Blue) = 214+254+94=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE5E is #2901A1. Grayscale: #E0E0E0. Windows color (decimal): -2687394 or 6225622. OLE color: 6225622.

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

Color convert

RGB 214 254 94 -
CMYK 0.16 0 0.63 0.00
HSL 75º 0.99% 0.68% -
HSV(B) 75º 0.63% 1% -
XYZ 65.19 85.99 23.75 -
YUV 223.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 214 254 94 0.16 0 0.63 0.00 75 0.99 0.68
Hex D6 FE 5E 10 0 3F 0 4B 63 44
Octal 326 376 136 20 0 77 0 113 143 104
Binary 11010110 11111110 1011110 10000 0 111111 0 1001011 1100011 1000100

Color Harmonies of #D6FE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE5E

Black with #D6FE5E

Text Example


Text Example

White with #D6FE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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