Html Css Color HEX #D5F061 Mindaro

📋 copy color: '#D5F061'

red 213 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #D5F061

Tints of Mindaro #D5F061

RGB

 RED value IS 213 (83.59% from 255) = 38.73%

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

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

R = 38.73%
G = 43.64%
B = 17.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#D5F061 (or 0xD5F061) is known color: Mindaro. HEX triplet: D5, F0 and 61. RGB value is (213,240,97). Sum of RGB (Red+Green+Blue) = 213+240+97=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F061 is #2A0F9E. Grayscale: #D8D8D8. Windows color (decimal): -2756511 or 6418645. OLE color: 6418645.

HSL color Cylindrical-coordinate representation of color #D5F061: hue angle of 71.33º 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 #D5F061 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 97 -
CMYK 0.11 0 0.60 0.06
HSL 71.33º 0.83% 0.66% -
HSV(B) 71.33º 0.6% 0.94% -
XYZ 60.76 77.33 23.03 -
YUV 215.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 213 240 97 0.11 0 0.60 0.06 71.33 0.83 0.66
Hex D5 F0 61 B 0 3C 6 47 53 42
Octal 325 360 141 13 0 74 6 107 123 102
Binary 11010101 11110000 1100001 1011 0 111100 110 1000111 1010011 1000010

Color Harmonies of #D5F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F061

Black with #D5F061

Text Example


Text Example

White with #D5F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F061; }

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

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

background-color css

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

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

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

border-color css

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

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

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