Html Css Color HEX #D5F170 Mindaro

📋 copy color: '#D5F170'

red 213 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #D5F170

Tints of Mindaro #D5F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 37.63%
G = 42.58%
B = 19.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#D5F170 (or 0xD5F170) is known color: Mindaro. HEX triplet: D5, F1 and 70. RGB value is (213,241,112). Sum of RGB (Red+Green+Blue) = 213+241+112=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F170 is #2A0E8F. Grayscale: #DADADA. Windows color (decimal): -2756240 or 7401941. OLE color: 7401941.

HSL color Cylindrical-coordinate representation of color #D5F170: hue angle of 73.02º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5F170 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 112 -
CMYK 0.12 0 0.54 0.05
HSL 73.02º 0.82% 0.69% -
HSV(B) 73.02º 0.54% 0.95% -
XYZ 61.82 78.23 27.17 -
YUV 217.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 213 241 112 0.12 0 0.54 0.05 73.02 0.82 0.69
Hex D5 F1 70 C 0 36 5 49 52 45
Octal 325 361 160 14 0 66 5 111 122 105
Binary 11010101 11110001 1110000 1100 0 110110 101 1001001 1010010 1000101

Color Harmonies of #D5F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F170

Black with #D5F170

Text Example


Text Example

White with #D5F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F170; }

 p { color: rgb(213,241,112); }

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

background-color css

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

 a { background-color: rgb(213,241,112); }

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

border-color css

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

 span { border-color: rgb(213,241,112); }

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