Html Css Color HEX #D9F964 Mindaro

📋 copy color: '#D9F964'

red 217 ◦ green 249 ◦ blue 100

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

Shades of Mindaro #D9F964

Tints of Mindaro #D9F964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

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

R = 38.34%
G = 43.99%
B = 17.67%

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

#D9F964 (or 0xD9F964) is known color: Mindaro. HEX triplet: D9, F9 and 64. RGB value is (217,249,100). Sum of RGB (Red+Green+Blue) = 217+249+100=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F964 is #26069B. Grayscale: #DFDFDF. Windows color (decimal): -2492060 or 6617561. OLE color: 6617561.

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

Color convert

RGB 217 249 100 -
CMYK 0.13 0 0.60 0.02
HSL 72.89º 0.93% 0.68% -
HSV(B) 72.89º 0.6% 0.98% -
XYZ 64.79 83.42 24.74 -
YUV 222.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 217 249 100 0.13 0 0.60 0.02 72.89 0.93 0.68
Hex D9 F9 64 D 0 3C 2 49 5D 44
Octal 331 371 144 15 0 74 2 111 135 104
Binary 11011001 11111001 1100100 1101 0 111100 10 1001001 1011101 1000100

Color Harmonies of #D9F964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F964

Black with #D9F964

Text Example


Text Example

White with #D9F964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F964; }

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

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

background-color css

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

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

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

border-color css

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

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

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