Html Css Color HEX #D5FA6F Mindaro

📋 copy color: '#D5FA6F'

red 213 ◦ green 250 ◦ blue 111

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

Shades of Mindaro #D5FA6F

Tints of Mindaro #D5FA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.34%

R = 37.11%
G = 43.55%
B = 19.34%

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

#D5FA6F (or 0xD5FA6F) is known color: Mindaro. HEX triplet: D5, FA and 6F. RGB value is (213,250,111). Sum of RGB (Red+Green+Blue) = 213+250+111=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA6F is #2A0590. Grayscale: #DFDFDF. Windows color (decimal): -2753937 or 7338709. OLE color: 7338709.

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

Color convert

RGB 213 250 111 -
CMYK 0.15 0 0.56 0.02
HSL 75.97º 0.93% 0.71% -
HSV(B) 75.97º 0.56% 0.98% -
XYZ 64.5 83.67 27.79 -
YUV 223.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 213 250 111 0.15 0 0.56 0.02 75.97 0.93 0.71
Hex D5 FA 6F F 0 38 2 4C 5D 47
Octal 325 372 157 17 0 70 2 114 135 107
Binary 11010101 11111010 1101111 1111 0 111000 10 1001100 1011101 1000111

Color Harmonies of #D5FA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA6F

Black with #D5FA6F

Text Example


Text Example

White with #D5FA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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