Html Css Color HEX #D2F670 Mindaro

📋 copy color: '#D2F670'

red 210 ◦ green 246 ◦ blue 112

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

Shades of Mindaro #D2F670

Tints of Mindaro #D2F670

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

 GREEN value IS 246 (96.48% from 255) = 43.31%

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

R = 36.97%
G = 43.31%
B = 19.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#D2F670 (or 0xD2F670) is known color: Mindaro. HEX triplet: D2, F6 and 70. RGB value is (210,246,112). Sum of RGB (Red+Green+Blue) = 210+246+112=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F670 is #2D098F. Grayscale: #DCDCDC. Windows color (decimal): -2951568 or 7403218. OLE color: 7403218.

HSL color Cylindrical-coordinate representation of color #D2F670: hue angle of 76.12º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2F670 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 246 112 -
CMYK 0.15 0 0.54 0.04
HSL 76.12º 0.88% 0.7% -
HSV(B) 76.12º 0.54% 0.96% -
XYZ 62.46 80.78 27.63 -
YUV 219.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 210 246 112 0.15 0 0.54 0.04 76.12 0.88 0.7
Hex D2 F6 70 F 0 36 4 4C 58 46
Octal 322 366 160 17 0 66 4 114 130 106
Binary 11010010 11110110 1110000 1111 0 110110 100 1001100 1011000 1000110

Color Harmonies of #D2F670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F670

Black with #D2F670

Text Example


Text Example

White with #D2F670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F670; }

 p { color: rgb(210,246,112); }

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

background-color css

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

 a { background-color: rgb(210,246,112); }

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

border-color css

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

 span { border-color: rgb(210,246,112); }

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