Html Css Color HEX #DBFE70 Mindaro

📋 copy color: '#DBFE70'

red 219 ◦ green 254 ◦ blue 112

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

Shades of Mindaro #DBFE70

Tints of Mindaro #DBFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.42%

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

R = 37.44%
G = 43.42%
B = 19.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#DBFE70 (or 0xDBFE70) is known color: Mindaro. HEX triplet: DB, FE and 70. RGB value is (219,254,112). Sum of RGB (Red+Green+Blue) = 219+254+112=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE70 is #24018F. Grayscale: #E3E3E3. Windows color (decimal): -2359696 or 7405275. OLE color: 7405275.

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

Color convert

RGB 219 254 112 -
CMYK 0.14 0 0.56 0.00
HSL 74.79º 0.99% 0.72% -
HSV(B) 74.79º 0.56% 1% -
XYZ 67.58 87.11 28.58 -
YUV 227.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 219 254 112 0.14 0 0.56 0.00 74.79 0.99 0.72
Hex DB FE 70 E 0 38 0 4B 63 48
Octal 333 376 160 16 0 70 0 113 143 110
Binary 11011011 11111110 1110000 1110 0 111000 0 1001011 1100011 1001000

Color Harmonies of #DBFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE70

Black with #DBFE70

Text Example


Text Example

White with #DBFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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