Html Css Color HEX #D1F95E Mindaro

📋 copy color: '#D1F95E'

red 209 ◦ green 249 ◦ blue 94

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

Shades of Mindaro #D1F95E

Tints of Mindaro #D1F95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 37.86%
G = 45.11%
B = 17.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#D1F95E (or 0xD1F95E) is known color: Mindaro. HEX triplet: D1, F9 and 5E. RGB value is (209,249,94). Sum of RGB (Red+Green+Blue) = 209+249+94=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F95E is #2E06A1. Grayscale: #DBDBDB. Windows color (decimal): -3016354 or 6224337. OLE color: 6224337.

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

Color convert

RGB 209 249 94 -
CMYK 0.16 0 0.62 0.02
HSL 75.48º 0.93% 0.67% -
HSV(B) 75.48º 0.62% 0.98% -
XYZ 62.19 82.11 23.16 -
YUV 219.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 209 249 94 0.16 0 0.62 0.02 75.48 0.93 0.67
Hex D1 F9 5E 10 0 3E 2 4B 5D 43
Octal 321 371 136 20 0 76 2 113 135 103
Binary 11010001 11111001 1011110 10000 0 111110 10 1001011 1011101 1000011

Color Harmonies of #D1F95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F95E

Black with #D1F95E

Text Example


Text Example

White with #D1F95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F95E; }

 p { color: rgb(209,249,94); }

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

background-color css

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

 a { background-color: rgb(209,249,94); }

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

border-color css

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

 span { border-color: rgb(209,249,94); }

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