Html Css Color HEX #DBF47D Mindaro

📋 copy color: '#DBF47D'

red 219 ◦ green 244 ◦ blue 125

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

Shades of Mindaro #DBF47D

Tints of Mindaro #DBF47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.5%

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

R = 37.24%
G = 41.5%
B = 21.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DBF47D (or 0xDBF47D) is known color: Mindaro. HEX triplet: DB, F4 and 7D. RGB value is (219,244,125). Sum of RGB (Red+Green+Blue) = 219+244+125=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF47D is #240B82. Grayscale: #DFDFDF. Windows color (decimal): -2362243 or 8254683. OLE color: 8254683.

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

Color convert

RGB 219 244 125 -
CMYK 0.10 0 0.49 0.04
HSL 72.61º 0.84% 0.72% -
HSV(B) 72.61º 0.49% 0.96% -
XYZ 65.27 81.24 31.64 -
YUV 222.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 219 244 125 0.10 0 0.49 0.04 72.61 0.84 0.72
Hex DB F4 7D A 0 31 4 49 54 48
Octal 333 364 175 12 0 61 4 111 124 110
Binary 11011011 11110100 1111101 1010 0 110001 100 1001001 1010100 1001000

Color Harmonies of #DBF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF47D

Black with #DBF47D

Text Example


Text Example

White with #DBF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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