Html Css Color HEX #D9F164 Mindaro

📋 copy color: '#D9F164'

red 217 ◦ green 241 ◦ blue 100

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

Shades of Mindaro #D9F164

Tints of Mindaro #D9F164

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

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

R = 38.89%
G = 43.19%
B = 17.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#D9F164 (or 0xD9F164) is known color: Mindaro. HEX triplet: D9, F1 and 64. RGB value is (217,241,100). Sum of RGB (Red+Green+Blue) = 217+241+100=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F164 is #260E9B. Grayscale: #DADADA. Windows color (decimal): -2494108 or 6615513. OLE color: 6615513.

HSL color Cylindrical-coordinate representation of color #D9F164: hue angle of 70.21º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9F164 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 100 -
CMYK 0.10 0 0.59 0.05
HSL 70.21º 0.83% 0.67% -
HSV(B) 70.21º 0.59% 0.95% -
XYZ 62.37 78.58 23.94 -
YUV 217.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 217 241 100 0.10 0 0.59 0.05 70.21 0.83 0.67
Hex D9 F1 64 A 0 3B 5 46 53 43
Octal 331 361 144 12 0 73 5 106 123 103
Binary 11011001 11110001 1100100 1010 0 111011 101 1000110 1010011 1000011

Color Harmonies of #D9F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F164

Black with #D9F164

Text Example


Text Example

White with #D9F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F164; }

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

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

background-color css

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

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

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

border-color css

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

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

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