Html Css Color HEX #D1FA5C Mindaro

📋 copy color: '#D1FA5C'

red 209 ◦ green 250 ◦ blue 92

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

Shades of Mindaro #D1FA5C

Tints of Mindaro #D1FA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.7%

R = 37.93%
G = 45.37%
B = 16.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D1FA5C (or 0xD1FA5C) is known color: Mindaro. HEX triplet: D1, FA and 5C. RGB value is (209,250,92). Sum of RGB (Red+Green+Blue) = 209+250+92=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA5C is #2E05A3. Grayscale: #DCDCDC. Windows color (decimal): -3016100 or 6093521. OLE color: 6093521.

HSL color Cylindrical-coordinate representation of color #D1FA5C: hue angle of 75.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1FA5C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 92 -
CMYK 0.16 0 0.63 0.02
HSL 75.57º 0.94% 0.67% -
HSV(B) 75.57º 0.63% 0.98% -
XYZ 62.41 82.7 22.8 -
YUV 219.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 209 250 92 0.16 0 0.63 0.02 75.57 0.94 0.67
Hex D1 FA 5C 10 0 3F 2 4C 5E 43
Octal 321 372 134 20 0 77 2 114 136 103
Binary 11010001 11111010 1011100 10000 0 111111 10 1001100 1011110 1000011

Color Harmonies of #D1FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA5C

Black with #D1FA5C

Text Example


Text Example

White with #D1FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA5C; }

 p { color: rgb(209,250,92); }

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

background-color css

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

 a { background-color: rgb(209,250,92); }

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

border-color css

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

 span { border-color: rgb(209,250,92); }

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