Html Css Color HEX #DBFF70 Mindaro

📋 copy color: '#DBFF70'

red 219 ◦ green 255 ◦ blue 112

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

Shades of Mindaro #DBFF70

Tints of Mindaro #DBFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 43.52%

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

R = 37.37%
G = 43.52%
B = 19.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#DBFF70 (or 0xDBFF70) is known color: Mindaro. HEX triplet: DB, FF and 70. RGB value is (219,255,112). Sum of RGB (Red+Green+Blue) = 219+255+112=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF70 is #24008F. Grayscale: #E4E4E4. Windows color (decimal): -2359440 or 7405531. OLE color: 7405531.

HSL color Cylindrical-coordinate representation of color #DBFF70: hue angle of 75.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFF70 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 112 -
CMYK 0.14 0 0.56 0
HSL 75.1º 1% 0.72% -
HSV(B) 75.1º 0.56% 1% -
XYZ 67.9 87.75 28.69 -
YUV 227.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 219 255 112 0.14 0 0.56 0 75.1 1 0.72
Hex DB FF 70 E 0 38 0 4B 64 48
Octal 333 377 160 16 0 70 0 113 144 110
Binary 11011011 11111111 1110000 1110 0 111000 0 1001011 1100100 1001000

Color Harmonies of #DBFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF70

Black with #DBFF70

Text Example


Text Example

White with #DBFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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