Html Css Color HEX #D1F164 Mindaro

📋 copy color: '#D1F164'

red 209 ◦ green 241 ◦ blue 100

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

Shades of Mindaro #D1F164

Tints of Mindaro #D1F164

RGB

 RED value IS 209 (82.03% from 255) = 38%

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

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

R = 38%
G = 43.82%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#D1F164 (or 0xD1F164) is known color: Mindaro. HEX triplet: D1, F1 and 64. RGB value is (209,241,100). Sum of RGB (Red+Green+Blue) = 209+241+100=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F164 is #2E0E9B. Grayscale: #D7D7D7. Windows color (decimal): -3018396 or 6615505. OLE color: 6615505.

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

Color convert

RGB 209 241 100 -
CMYK 0.13 0 0.59 0.05
HSL 73.62º 0.83% 0.67% -
HSV(B) 73.62º 0.59% 0.95% -
XYZ 60.05 77.39 23.83 -
YUV 215.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 209 241 100 0.13 0 0.59 0.05 73.62 0.83 0.67
Hex D1 F1 64 D 0 3B 5 4A 53 43
Octal 321 361 144 15 0 73 5 112 123 103
Binary 11010001 11110001 1100100 1101 0 111011 101 1001010 1010011 1000011

Color Harmonies of #D1F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F164

Black with #D1F164

Text Example


Text Example

White with #D1F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F164; }

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

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

background-color css

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

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

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

border-color css

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

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

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