Html Css Color HEX #DBF382 Mindaro

📋 copy color: '#DBF382'

red 219 ◦ green 243 ◦ blue 130

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

Shades of Mindaro #DBF382

Tints of Mindaro #DBF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.05%

 BLUE value IS 130 (51.17% from 255) = 21.96%

R = 36.99%
G = 41.05%
B = 21.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DBF382 (or 0xDBF382) is known color: Mindaro. HEX triplet: DB, F3 and 82. RGB value is (219,243,130). Sum of RGB (Red+Green+Blue) = 219+243+130=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF382 is #240C7D. Grayscale: #DFDFDF. Windows color (decimal): -2362494 or 8582107. OLE color: 8582107.

HSL color Cylindrical-coordinate representation of color #DBF382: hue angle of 72.74º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF382 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 130 -
CMYK 0.10 0 0.47 0.05
HSL 72.74º 0.82% 0.73% -
HSV(B) 72.74º 0.47% 0.95% -
XYZ 65.29 80.77 33.27 -
YUV 222.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 219 243 130 0.10 0 0.47 0.05 72.74 0.82 0.73
Hex DB F3 82 A 0 2F 5 49 52 49
Octal 333 363 202 12 0 57 5 111 122 111
Binary 11011011 11110011 10000010 1010 0 101111 101 1001001 1010010 1001001

Color Harmonies of #DBF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF382

Black with #DBF382

Text Example


Text Example

White with #DBF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF382; }

 p { color: rgb(219,243,130); }

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

background-color css

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

 a { background-color: rgb(219,243,130); }

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

border-color css

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

 span { border-color: rgb(219,243,130); }

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