Html Css Color HEX #DBF57D Mindaro

📋 copy color: '#DBF57D'

red 219 ◦ green 245 ◦ blue 125

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

Shades of Mindaro #DBF57D

Tints of Mindaro #DBF57D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.6%

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

R = 37.18%
G = 41.6%
B = 21.22%

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

#DBF57D (or 0xDBF57D) is known color: Mindaro. HEX triplet: DB, F5 and 7D. RGB value is (219,245,125). Sum of RGB (Red+Green+Blue) = 219+245+125=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF57D is #240A82. Grayscale: #E0E0E0. Windows color (decimal): -2361987 or 8254939. OLE color: 8254939.

HSL color Cylindrical-coordinate representation of color #DBF57D: hue angle of 73º degrees, saturation: 0.86, 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 #DBF57D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 125 -
CMYK 0.11 0 0.49 0.04
HSL 73º 0.86% 0.73% -
HSV(B) 73º 0.49% 0.96% -
XYZ 65.57 81.85 31.74 -
YUV 223.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 219 245 125 0.11 0 0.49 0.04 73 0.86 0.73
Hex DB F5 7D B 0 31 4 49 56 49
Octal 333 365 175 13 0 61 4 111 126 111
Binary 11011011 11110101 1111101 1011 0 110001 100 1001001 1010110 1001001

Color Harmonies of #DBF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF57D

Black with #DBF57D

Text Example


Text Example

White with #DBF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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