Html Css Color HEX #D9F05D Mindaro

📋 copy color: '#D9F05D'

red 217 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #D9F05D

Tints of Mindaro #D9F05D

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

 GREEN value IS 240 (94.14% from 255) = 43.64%

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

R = 39.45%
G = 43.64%
B = 16.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#D9F05D (or 0xD9F05D) is known color: Mindaro. HEX triplet: D9, F0 and 5D. RGB value is (217,240,93). Sum of RGB (Red+Green+Blue) = 217+240+93=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F05D is #260FA2. Grayscale: #D8D8D8. Windows color (decimal): -2494371 or 6156505. OLE color: 6156505.

HSL color Cylindrical-coordinate representation of color #D9F05D: hue angle of 69.39º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9F05D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 93 -
CMYK 0.10 0 0.61 0.06
HSL 69.39º 0.83% 0.65% -
HSV(B) 69.39º 0.61% 0.94% -
XYZ 61.75 77.86 22.13 -
YUV 216.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 217 240 93 0.10 0 0.61 0.06 69.39 0.83 0.65
Hex D9 F0 5D A 0 3D 6 45 53 41
Octal 331 360 135 12 0 75 6 105 123 101
Binary 11011001 11110000 1011101 1010 0 111101 110 1000101 1010011 1000001

Color Harmonies of #D9F05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F05D

Black with #D9F05D

Text Example


Text Example

White with #D9F05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F05D; }

 p { color: rgb(217,240,93); }

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

background-color css

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

 a { background-color: rgb(217,240,93); }

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

border-color css

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

 span { border-color: rgb(217,240,93); }

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