Html Css Color HEX #D9FA64 Mindaro

📋 copy color: '#D9FA64'

red 217 ◦ green 250 ◦ blue 100

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

Shades of Mindaro #D9FA64

Tints of Mindaro #D9FA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.64%

R = 38.27%
G = 44.09%
B = 17.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#D9FA64 (or 0xD9FA64) is known color: Mindaro. HEX triplet: D9, FA and 64. RGB value is (217,250,100). Sum of RGB (Red+Green+Blue) = 217+250+100=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA64 is #26059B. Grayscale: #DFDFDF. Windows color (decimal): -2491804 or 6617817. OLE color: 6617817.

HSL color Cylindrical-coordinate representation of color #D9FA64: hue angle of 73.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9FA64 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 100 -
CMYK 0.13 0 0.6 0.02
HSL 73.2º 0.94% 0.69% -
HSV(B) 73.2º 0.6% 0.98% -
XYZ 65.1 84.04 24.85 -
YUV 223.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 217 250 100 0.13 0 0.6 0.02 73.2 0.94 0.69
Hex D9 FA 64 D 0 3C 2 49 5E 45
Octal 331 372 144 15 0 74 2 111 136 105
Binary 11011001 11111010 1100100 1101 0 111100 10 1001001 1011110 1000101

Color Harmonies of #D9FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA64

Black with #D9FA64

Text Example


Text Example

White with #D9FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA64; }

 p { color: rgb(217,250,100); }

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

background-color css

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

 a { background-color: rgb(217,250,100); }

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

border-color css

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

 span { border-color: rgb(217,250,100); }

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