Html Css Color HEX #DBEF82 Mindaro

📋 copy color: '#DBEF82'

red 219 ◦ green 239 ◦ blue 130

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

Shades of Mindaro #DBEF82

Tints of Mindaro #DBEF82

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.65%

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

R = 37.24%
G = 40.65%
B = 22.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#DBEF82 (or 0xDBEF82) is known color: Mindaro. HEX triplet: DB, EF and 82. RGB value is (219,239,130). Sum of RGB (Red+Green+Blue) = 219+239+130=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF82 is #24107D. Grayscale: #DDDDDD. Windows color (decimal): -2363518 or 8581083. OLE color: 8581083.

HSL color Cylindrical-coordinate representation of color #DBEF82: hue angle of 71.01º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEF82 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 130 -
CMYK 0.08 0 0.46 0.06
HSL 71.01º 0.77% 0.72% -
HSV(B) 71.01º 0.46% 0.94% -
XYZ 64.11 78.4 32.87 -
YUV 220.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 219 239 130 0.08 0 0.46 0.06 71.01 0.77 0.72
Hex DB EF 82 8 0 2E 6 47 4D 48
Octal 333 357 202 10 0 56 6 107 115 110
Binary 11011011 11101111 10000010 1000 0 101110 110 1000111 1001101 1001000

Color Harmonies of #DBEF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF82

Black with #DBEF82

Text Example


Text Example

White with #DBEF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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