Html Css Color HEX #DBF97D Mindaro

📋 copy color: '#DBF97D'

red 219 ◦ green 249 ◦ blue 125

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

Shades of Mindaro #DBF97D

Tints of Mindaro #DBF97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.99%

 BLUE value IS 125 (49.22% from 255) = 21.08%

R = 36.93%
G = 41.99%
B = 21.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DBF97D (or 0xDBF97D) is known color: Mindaro. HEX triplet: DB, F9 and 7D. RGB value is (219,249,125). Sum of RGB (Red+Green+Blue) = 219+249+125=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF97D is #240682. Grayscale: #E2E2E2. Windows color (decimal): -2360963 or 8255963. OLE color: 8255963.

HSL color Cylindrical-coordinate representation of color #DBF97D: hue angle of 74.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF97D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 125 -
CMYK 0.12 0 0.50 0.02
HSL 74.52º 0.91% 0.73% -
HSV(B) 74.52º 0.5% 0.98% -
XYZ 66.79 84.29 32.15 -
YUV 225.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 219 249 125 0.12 0 0.50 0.02 74.52 0.91 0.73
Hex DB F9 7D C 0 32 2 4B 5B 49
Octal 333 371 175 14 0 62 2 113 133 111
Binary 11011011 11111001 1111101 1100 0 110010 10 1001011 1011011 1001001

Color Harmonies of #DBF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF97D

Black with #DBF97D

Text Example


Text Example

White with #DBF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF97D; }

 p { color: rgb(219,249,125); }

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

background-color css

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

 a { background-color: rgb(219,249,125); }

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

border-color css

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

 span { border-color: rgb(219,249,125); }

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