Html Css Color HEX #D3F061 Mindaro

📋 copy color: '#D3F061'

red 211 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #D3F061

Tints of Mindaro #D3F061

RGB

 RED value IS 211 (82.81% from 255) = 38.5%

 GREEN value IS 240 (94.14% from 255) = 43.8%

 BLUE value IS 97 (38.28% from 255) = 17.7%

R = 38.5%
G = 43.8%
B = 17.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#D3F061 (or 0xD3F061) is known color: Mindaro. HEX triplet: D3, F0 and 61. RGB value is (211,240,97). Sum of RGB (Red+Green+Blue) = 211+240+97=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F061 is #2C0F9E. Grayscale: #D7D7D7. Windows color (decimal): -2887583 or 6418643. OLE color: 6418643.

HSL color Cylindrical-coordinate representation of color #D3F061: hue angle of 72.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F061 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 97 -
CMYK 0.12 0 0.60 0.06
HSL 72.17º 0.83% 0.66% -
HSV(B) 72.17º 0.6% 0.94% -
XYZ 60.18 77.03 23.01 -
YUV 215.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 211 240 97 0.12 0 0.60 0.06 72.17 0.83 0.66
Hex D3 F0 61 C 0 3C 6 48 53 42
Octal 323 360 141 14 0 74 6 110 123 102
Binary 11010011 11110000 1100001 1100 0 111100 110 1001000 1010011 1000010

Color Harmonies of #D3F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F061

Black with #D3F061

Text Example


Text Example

White with #D3F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F061; }

 p { color: rgb(211,240,97); }

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

background-color css

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

 a { background-color: rgb(211,240,97); }

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

border-color css

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

 span { border-color: rgb(211,240,97); }

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