Html Css Color HEX #D5FA6D Mindaro

📋 copy color: '#D5FA6D'

red 213 ◦ green 250 ◦ blue 109

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

Shades of Mindaro #D5FA6D

Tints of Mindaro #D5FA6D

RGB

 RED value IS 213 (83.59% from 255) = 37.24%

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

 BLUE value IS 109 (42.97% from 255) = 19.06%

R = 37.24%
G = 43.71%
B = 19.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#D5FA6D (or 0xD5FA6D) is known color: Mindaro. HEX triplet: D5, FA and 6D. RGB value is (213,250,109). Sum of RGB (Red+Green+Blue) = 213+250+109=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA6D is #2A0592. Grayscale: #DFDFDF. Windows color (decimal): -2753939 or 7207637. OLE color: 7207637.

HSL color Cylindrical-coordinate representation of color #D5FA6D: hue angle of 75.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5FA6D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 109 -
CMYK 0.15 0 0.56 0.02
HSL 75.74º 0.93% 0.7% -
HSV(B) 75.74º 0.56% 0.98% -
XYZ 64.39 83.62 27.22 -
YUV 222.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 213 250 109 0.15 0 0.56 0.02 75.74 0.93 0.7
Hex D5 FA 6D F 0 38 2 4C 5D 46
Octal 325 372 155 17 0 70 2 114 135 106
Binary 11010101 11111010 1101101 1111 0 111000 10 1001100 1011101 1000110

Color Harmonies of #D5FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA6D

Black with #D5FA6D

Text Example


Text Example

White with #D5FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA6D; }

 p { color: rgb(213,250,109); }

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

background-color css

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

 a { background-color: rgb(213,250,109); }

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

border-color css

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

 span { border-color: rgb(213,250,109); }

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