Html Css Color HEX #DBF670 Mindaro

📋 copy color: '#DBF670'

red 219 ◦ green 246 ◦ blue 112

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

Shades of Mindaro #DBF670

Tints of Mindaro #DBF670

RGB

 RED value IS 219 (85.94% from 255) = 37.95%

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

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

R = 37.95%
G = 42.63%
B = 19.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#DBF670 (or 0xDBF670) is known color: Mindaro. HEX triplet: DB, F6 and 70. RGB value is (219,246,112). Sum of RGB (Red+Green+Blue) = 219+246+112=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF670 is #24098F. Grayscale: #DFDFDF. Windows color (decimal): -2361744 or 7403227. OLE color: 7403227.

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

Color convert

RGB 219 246 112 -
CMYK 0.11 0 0.54 0.04
HSL 72.09º 0.88% 0.7% -
HSV(B) 72.09º 0.54% 0.96% -
XYZ 65.09 82.14 27.75 -
YUV 222.65 65.55 125.4 -
System Red Green Blue C M Y K H S L
Decimal 219 246 112 0.11 0 0.54 0.04 72.09 0.88 0.7
Hex DB F6 70 B 0 36 4 48 58 46
Octal 333 366 160 13 0 66 4 110 130 106
Binary 11011011 11110110 1110000 1011 0 110110 100 1001000 1011000 1000110

Color Harmonies of #DBF670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF670

Black with #DBF670

Text Example


Text Example

White with #DBF670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF670; }

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

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

background-color css

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

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

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

border-color css

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

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

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