Html Css Color HEX #D1F16A Mindaro

📋 copy color: '#D1F16A'

red 209 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #D1F16A

Tints of Mindaro #D1F16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.06%

R = 37.59%
G = 43.35%
B = 19.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D1F16A (or 0xD1F16A) is known color: Mindaro. HEX triplet: D1, F1 and 6A. RGB value is (209,241,106). Sum of RGB (Red+Green+Blue) = 209+241+106=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F16A is #2E0E95. Grayscale: #D8D8D8. Windows color (decimal): -3018390 or 7008721. OLE color: 7008721.

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

Color convert

RGB 209 241 106 -
CMYK 0.13 0 0.56 0.05
HSL 74.22º 0.83% 0.68% -
HSV(B) 74.22º 0.56% 0.95% -
XYZ 60.35 77.51 25.42 -
YUV 216.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 209 241 106 0.13 0 0.56 0.05 74.22 0.83 0.68
Hex D1 F1 6A D 0 38 5 4A 53 44
Octal 321 361 152 15 0 70 5 112 123 104
Binary 11010001 11110001 1101010 1101 0 111000 101 1001010 1010011 1000100

Color Harmonies of #D1F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F16A

Black with #D1F16A

Text Example


Text Example

White with #D1F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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