Html Css Color HEX #DBF46E Mindaro

📋 copy color: '#DBF46E'

red 219 ◦ green 244 ◦ blue 110

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

Shades of Mindaro #DBF46E

Tints of Mindaro #DBF46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.2%

R = 38.22%
G = 42.58%
B = 19.2%

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

#DBF46E (or 0xDBF46E) is known color: Mindaro. HEX triplet: DB, F4 and 6E. RGB value is (219,244,110). Sum of RGB (Red+Green+Blue) = 219+244+110=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF46E is #240B91. Grayscale: #DDDDDD. Windows color (decimal): -2362258 or 7271643. OLE color: 7271643.

HSL color Cylindrical-coordinate representation of color #DBF46E: hue angle of 71.19º 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 #DBF46E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 110 -
CMYK 0.10 0 0.55 0.04
HSL 71.19º 0.86% 0.69% -
HSV(B) 71.19º 0.55% 0.96% -
XYZ 64.38 80.89 26.97 -
YUV 221.25 65.22 126.4 -
System Red Green Blue C M Y K H S L
Decimal 219 244 110 0.10 0 0.55 0.04 71.19 0.86 0.69
Hex DB F4 6E A 0 37 4 47 56 45
Octal 333 364 156 12 0 67 4 107 126 105
Binary 11011011 11110100 1101110 1010 0 110111 100 1000111 1010110 1000101

Color Harmonies of #DBF46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF46E

Black with #DBF46E

Text Example


Text Example

White with #DBF46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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