Html Css Color HEX #DBEE82 Mindaro

📋 copy color: '#DBEE82'

red 219 ◦ green 238 ◦ blue 130

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

Shades of Mindaro #DBEE82

Tints of Mindaro #DBEE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

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

R = 37.31%
G = 40.55%
B = 22.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DBEE82 (or 0xDBEE82) is known color: Mindaro. HEX triplet: DB, EE and 82. RGB value is (219,238,130). Sum of RGB (Red+Green+Blue) = 219+238+130=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE82 is #24117D. Grayscale: #DCDCDC. Windows color (decimal): -2363774 or 8580827. OLE color: 8580827.

HSL color Cylindrical-coordinate representation of color #DBEE82: hue angle of 70.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEE82 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 130 -
CMYK 0.08 0 0.45 0.07
HSL 70.56º 0.76% 0.72% -
HSV(B) 70.56º 0.45% 0.93% -
XYZ 63.82 77.82 32.78 -
YUV 220.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 219 238 130 0.08 0 0.45 0.07 70.56 0.76 0.72
Hex DB EE 82 8 0 2D 7 47 4C 48
Octal 333 356 202 10 0 55 7 107 114 110
Binary 11011011 11101110 10000010 1000 0 101101 111 1000111 1001100 1001000

Color Harmonies of #DBEE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE82

Black with #DBEE82

Text Example


Text Example

White with #DBEE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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