Html Css Color HEX #DBFA70 Mindaro

📋 copy color: '#DBFA70'

red 219 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #DBFA70

Tints of Mindaro #DBFA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.03%

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

R = 37.69%
G = 43.03%
B = 19.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DBFA70 (or 0xDBFA70) is known color: Mindaro. HEX triplet: DB, FA and 70. RGB value is (219,250,112). Sum of RGB (Red+Green+Blue) = 219+250+112=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA70 is #24058F. Grayscale: #E1E1E1. Windows color (decimal): -2360720 or 7404251. OLE color: 7404251.

HSL color Cylindrical-coordinate representation of color #DBFA70: hue angle of 73.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFA70 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 112 -
CMYK 0.12 0 0.55 0.02
HSL 73.48º 0.93% 0.71% -
HSV(B) 73.48º 0.55% 0.98% -
XYZ 66.32 84.6 28.16 -
YUV 225 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 219 250 112 0.12 0 0.55 0.02 73.48 0.93 0.71
Hex DB FA 70 C 0 37 2 49 5D 47
Octal 333 372 160 14 0 67 2 111 135 107
Binary 11011011 11111010 1110000 1100 0 110111 10 1001001 1011101 1000111

Color Harmonies of #DBFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA70

Black with #DBFA70

Text Example


Text Example

White with #DBFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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