Html Css Color HEX #DBF67D Mindaro

📋 copy color: '#DBF67D'

red 219 ◦ green 246 ◦ blue 125

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

Shades of Mindaro #DBF67D

Tints of Mindaro #DBF67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.69%

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

R = 37.12%
G = 41.69%
B = 21.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DBF67D (or 0xDBF67D) is known color: Mindaro. HEX triplet: DB, F6 and 7D. RGB value is (219,246,125). Sum of RGB (Red+Green+Blue) = 219+246+125=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF67D is #240982. Grayscale: #E0E0E0. Windows color (decimal): -2361731 or 8255195. OLE color: 8255195.

HSL color Cylindrical-coordinate representation of color #DBF67D: hue angle of 73.39º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF67D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 125 -
CMYK 0.11 0 0.49 0.04
HSL 73.39º 0.87% 0.73% -
HSV(B) 73.39º 0.49% 0.96% -
XYZ 65.87 82.45 31.85 -
YUV 224.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 219 246 125 0.11 0 0.49 0.04 73.39 0.87 0.73
Hex DB F6 7D B 0 31 4 49 57 49
Octal 333 366 175 13 0 61 4 111 127 111
Binary 11011011 11110110 1111101 1011 0 110001 100 1001001 1010111 1001001

Color Harmonies of #DBF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF67D

Black with #DBF67D

Text Example


Text Example

White with #DBF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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