Html Css Color HEX #D5F861 Mindaro

📋 copy color: '#D5F861'

red 213 ◦ green 248 ◦ blue 97

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

Shades of Mindaro #D5F861

Tints of Mindaro #D5F861

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.44%

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

R = 38.17%
G = 44.44%
B = 17.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#D5F861 (or 0xD5F861) is known color: Mindaro. HEX triplet: D5, F8 and 61. RGB value is (213,248,97). Sum of RGB (Red+Green+Blue) = 213+248+97=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F861 is #2A079E. Grayscale: #DCDCDC. Windows color (decimal): -2754463 or 6420693. OLE color: 6420693.

HSL color Cylindrical-coordinate representation of color #D5F861: hue angle of 73.91º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F861 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 248 97 -
CMYK 0.14 0 0.61 0.03
HSL 73.91º 0.92% 0.68% -
HSV(B) 73.91º 0.61% 0.97% -
XYZ 63.17 82.14 23.84 -
YUV 220.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 213 248 97 0.14 0 0.61 0.03 73.91 0.92 0.68
Hex D5 F8 61 E 0 3D 3 4A 5C 44
Octal 325 370 141 16 0 75 3 112 134 104
Binary 11010101 11111000 1100001 1110 0 111101 11 1001010 1011100 1000100

Color Harmonies of #D5F861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F861

Black with #D5F861

Text Example


Text Example

White with #D5F861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F861; }

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

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

background-color css

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

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

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

border-color css

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

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

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