Html Css Color HEX #DBF782 Mindaro

📋 copy color: '#DBF782'

red 219 ◦ green 247 ◦ blue 130

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

Shades of Mindaro #DBF782

Tints of Mindaro #DBF782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

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

R = 36.74%
G = 41.44%
B = 21.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#DBF782 (or 0xDBF782) is known color: Mindaro. HEX triplet: DB, F7 and 82. RGB value is (219,247,130). Sum of RGB (Red+Green+Blue) = 219+247+130=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF782 is #24087D. Grayscale: #E1E1E1. Windows color (decimal): -2361470 or 8583131. OLE color: 8583131.

HSL color Cylindrical-coordinate representation of color #DBF782: hue angle of 74.36º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF782 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 130 -
CMYK 0.11 0 0.47 0.03
HSL 74.36º 0.88% 0.74% -
HSV(B) 74.36º 0.47% 0.97% -
XYZ 66.5 83.19 33.67 -
YUV 225.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 219 247 130 0.11 0 0.47 0.03 74.36 0.88 0.74
Hex DB F7 82 B 0 2F 3 4A 58 4A
Octal 333 367 202 13 0 57 3 112 130 112
Binary 11011011 11110111 10000010 1011 0 101111 11 1001010 1011000 1001010

Color Harmonies of #DBF782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF782

Black with #DBF782

Text Example


Text Example

White with #DBF782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF782; }

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

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

background-color css

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

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

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

border-color css

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

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

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