Html Css Color HEX #DBF484 Mindaro

📋 copy color: '#DBF484'

red 219 ◦ green 244 ◦ blue 132

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

Shades of Mindaro #DBF484

Tints of Mindaro #DBF484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 36.81%
G = 41.01%
B = 22.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#DBF484 (or 0xDBF484) is known color: Mindaro. HEX triplet: DB, F4 and 84. RGB value is (219,244,132). Sum of RGB (Red+Green+Blue) = 219+244+132=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF484 is #240B7B. Grayscale: #E0E0E0. Windows color (decimal): -2362236 or 8713435. OLE color: 8713435.

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

Color convert

RGB 219 244 132 -
CMYK 0.10 0 0.46 0.04
HSL 73.39º 0.84% 0.74% -
HSV(B) 73.39º 0.46% 0.96% -
XYZ 65.73 81.43 34.08 -
YUV 223.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 219 244 132 0.10 0 0.46 0.04 73.39 0.84 0.74
Hex DB F4 84 A 0 2E 4 49 54 4A
Octal 333 364 204 12 0 56 4 111 124 112
Binary 11011011 11110100 10000100 1010 0 101110 100 1001001 1010100 1001010

Color Harmonies of #DBF484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF484

Black with #DBF484

Text Example


Text Example

White with #DBF484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF484; }

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

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

background-color css

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

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

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

border-color css

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

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

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