Html Css Color HEX #D1F75F Mindaro

📋 copy color: '#D1F75F'

red 209 ◦ green 247 ◦ blue 95

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

Shades of Mindaro #D1F75F

Tints of Mindaro #D1F75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.83%

 BLUE value IS 95 (37.5% from 255) = 17.24%

R = 37.93%
G = 44.83%
B = 17.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#D1F75F (or 0xD1F75F) is known color: Mindaro. HEX triplet: D1, F7 and 5F. RGB value is (209,247,95). Sum of RGB (Red+Green+Blue) = 209+247+95=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F75F is #2E08A0. Grayscale: #DADADA. Windows color (decimal): -3016865 or 6289361. OLE color: 6289361.

HSL color Cylindrical-coordinate representation of color #D1F75F: hue angle of 75º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F75F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 247 95 -
CMYK 0.15 0 0.62 0.03
HSL 75º 0.9% 0.67% -
HSV(B) 75º 0.62% 0.97% -
XYZ 61.62 80.9 23.19 -
YUV 218.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 209 247 95 0.15 0 0.62 0.03 75 0.9 0.67
Hex D1 F7 5F F 0 3E 3 4B 5A 43
Octal 321 367 137 17 0 76 3 113 132 103
Binary 11010001 11110111 1011111 1111 0 111110 11 1001011 1011010 1000011

Color Harmonies of #D1F75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F75F

Black with #D1F75F

Text Example


Text Example

White with #D1F75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F75F; }

 p { color: rgb(209,247,95); }

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

background-color css

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

 a { background-color: rgb(209,247,95); }

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

border-color css

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

 span { border-color: rgb(209,247,95); }

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