Html Css Color HEX #DBF66D Mindaro

📋 copy color: '#DBF66D'

red 219 ◦ green 246 ◦ blue 109

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

Shades of Mindaro #DBF66D

Tints of Mindaro #DBF66D

RGB

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

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

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

R = 38.15%
G = 42.86%
B = 18.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#DBF66D (or 0xDBF66D) is known color: Mindaro. HEX triplet: DB, F6 and 6D. RGB value is (219,246,109). Sum of RGB (Red+Green+Blue) = 219+246+109=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF66D is #240992. Grayscale: #DEDEDE. Windows color (decimal): -2361747 or 7206619. OLE color: 7206619.

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

Color convert

RGB 219 246 109 -
CMYK 0.11 0 0.56 0.04
HSL 71.82º 0.88% 0.7% -
HSV(B) 71.82º 0.56% 0.96% -
XYZ 64.93 82.08 26.89 -
YUV 222.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 219 246 109 0.11 0 0.56 0.04 71.82 0.88 0.7
Hex DB F6 6D B 0 38 4 48 58 46
Octal 333 366 155 13 0 70 4 110 130 106
Binary 11011011 11110110 1101101 1011 0 111000 100 1001000 1011000 1000110

Color Harmonies of #DBF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF66D

Black with #DBF66D

Text Example


Text Example

White with #DBF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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