Html Css Color HEX #DBF46D Mindaro

📋 copy color: '#DBF46D'

red 219 ◦ green 244 ◦ blue 109

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

Shades of Mindaro #DBF46D

Tints of Mindaro #DBF46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.06%

R = 38.29%
G = 42.66%
B = 19.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DBF46D (or 0xDBF46D) is known color: Mindaro. HEX triplet: DB, F4 and 6D. RGB value is (219,244,109). Sum of RGB (Red+Green+Blue) = 219+244+109=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF46D is #240B92. Grayscale: #DDDDDD. Windows color (decimal): -2362259 or 7206107. OLE color: 7206107.

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

Color convert

RGB 219 244 109 -
CMYK 0.10 0 0.55 0.04
HSL 71.11º 0.86% 0.69% -
HSV(B) 71.11º 0.55% 0.96% -
XYZ 64.32 80.87 26.69 -
YUV 221.14 64.72 126.48 -
System Red Green Blue C M Y K H S L
Decimal 219 244 109 0.10 0 0.55 0.04 71.11 0.86 0.69
Hex DB F4 6D A 0 37 4 47 56 45
Octal 333 364 155 12 0 67 4 107 126 105
Binary 11011011 11110100 1101101 1010 0 110111 100 1000111 1010110 1000101

Color Harmonies of #DBF46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF46D

Black with #DBF46D

Text Example


Text Example

White with #DBF46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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