Html Css Color HEX #D9FA65 Mindaro

📋 copy color: '#D9FA65'

red 217 ◦ green 250 ◦ blue 101

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

Shades of Mindaro #D9FA65

Tints of Mindaro #D9FA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.78%

R = 38.2%
G = 44.01%
B = 17.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D9FA65 (or 0xD9FA65) is known color: Mindaro. HEX triplet: D9, FA and 65. RGB value is (217,250,101). Sum of RGB (Red+Green+Blue) = 217+250+101=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA65 is #26059A. Grayscale: #DFDFDF. Windows color (decimal): -2491803 or 6683353. OLE color: 6683353.

HSL color Cylindrical-coordinate representation of color #D9FA65: hue angle of 73.29º 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 #D9FA65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 101 -
CMYK 0.13 0 0.60 0.02
HSL 73.29º 0.94% 0.69% -
HSV(B) 73.29º 0.6% 0.98% -
XYZ 65.15 84.06 25.1 -
YUV 223.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 217 250 101 0.13 0 0.60 0.02 73.29 0.94 0.69
Hex D9 FA 65 D 0 3C 2 49 5E 45
Octal 331 372 145 15 0 74 2 111 136 105
Binary 11011001 11111010 1100101 1101 0 111100 10 1001001 1011110 1000101

Color Harmonies of #D9FA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA65

Black with #D9FA65

Text Example


Text Example

White with #D9FA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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