Html Css Color HEX #DBFA6F Mindaro

📋 copy color: '#DBFA6F'

red 219 ◦ green 250 ◦ blue 111

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

Shades of Mindaro #DBFA6F

Tints of Mindaro #DBFA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.14%

R = 37.76%
G = 43.1%
B = 19.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DBFA6F (or 0xDBFA6F) is known color: Mindaro. HEX triplet: DB, FA and 6F. RGB value is (219,250,111). Sum of RGB (Red+Green+Blue) = 219+250+111=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA6F is #240590. Grayscale: #E1E1E1. Windows color (decimal): -2360721 or 7338715. OLE color: 7338715.

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

Color convert

RGB 219 250 111 -
CMYK 0.12 0 0.56 0.02
HSL 73.38º 0.93% 0.71% -
HSV(B) 73.38º 0.56% 0.98% -
XYZ 66.27 84.58 27.87 -
YUV 224.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 219 250 111 0.12 0 0.56 0.02 73.38 0.93 0.71
Hex DB FA 6F C 0 38 2 49 5D 47
Octal 333 372 157 14 0 70 2 111 135 107
Binary 11011011 11111010 1101111 1100 0 111000 10 1001001 1011101 1000111

Color Harmonies of #DBFA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA6F

Black with #DBFA6F

Text Example


Text Example

White with #DBFA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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