Html Css Color HEX #DBEF85 Mindaro

📋 copy color: '#DBEF85'

red 219 ◦ green 239 ◦ blue 133

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

Shades of Mindaro #DBEF85

Tints of Mindaro #DBEF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 37.06%
G = 40.44%
B = 22.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#DBEF85 (or 0xDBEF85) is known color: Mindaro. HEX triplet: DB, EF and 85. RGB value is (219,239,133). Sum of RGB (Red+Green+Blue) = 219+239+133=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF85 is #24107A. Grayscale: #DDDDDD. Windows color (decimal): -2363515 or 8777691. OLE color: 8777691.

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

Color convert

RGB 219 239 133 -
CMYK 0.08 0 0.44 0.06
HSL 71.32º 0.77% 0.73% -
HSV(B) 71.32º 0.44% 0.94% -
XYZ 64.31 78.49 33.95 -
YUV 220.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 219 239 133 0.08 0 0.44 0.06 71.32 0.77 0.73
Hex DB EF 85 8 0 2C 6 47 4D 49
Octal 333 357 205 10 0 54 6 107 115 111
Binary 11011011 11101111 10000101 1000 0 101100 110 1000111 1001101 1001001

Color Harmonies of #DBEF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF85

Black with #DBEF85

Text Example


Text Example

White with #DBEF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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