Html Css Color HEX #D6FD5D Mindaro

📋 copy color: '#D6FD5D'

red 214 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #D6FD5D

Tints of Mindaro #D6FD5D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

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

R = 38.21%
G = 45.18%
B = 16.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D6FD5D (or 0xD6FD5D) is known color: Mindaro. HEX triplet: D6, FD and 5D. RGB value is (214,253,93). Sum of RGB (Red+Green+Blue) = 214+253+93=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FD5D is #2902A2. Grayscale: #DFDFDF. Windows color (decimal): -2687651 or 6159830. OLE color: 6159830.

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

Color convert

RGB 214 253 93 -
CMYK 0.15 0 0.63 0.01
HSL 74.63º 0.98% 0.68% -
HSV(B) 74.63º 0.63% 0.99% -
XYZ 64.83 85.34 23.41 -
YUV 223.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 214 253 93 0.15 0 0.63 0.01 74.63 0.98 0.68
Hex D6 FD 5D F 0 3F 1 4B 62 44
Octal 326 375 135 17 0 77 1 113 142 104
Binary 11010110 11111101 1011101 1111 0 111111 1 1001011 1100010 1000100

Color Harmonies of #D6FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FD5D

Black with #D6FD5D

Text Example


Text Example

White with #D6FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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