Html Css Color HEX #DBEB85 Mindaro

📋 copy color: '#DBEB85'

red 219 ◦ green 235 ◦ blue 133

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

Shades of Mindaro #DBEB85

Tints of Mindaro #DBEB85

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.03%

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

R = 37.31%
G = 40.03%
B = 22.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#DBEB85 (or 0xDBEB85) is known color: Mindaro. HEX triplet: DB, EB and 85. RGB value is (219,235,133). Sum of RGB (Red+Green+Blue) = 219+235+133=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB85 is #24147A. Grayscale: #DADADA. Windows color (decimal): -2364539 or 8776667. OLE color: 8776667.

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

Color convert

RGB 219 235 133 -
CMYK 0.07 0 0.43 0.08
HSL 69.41º 0.72% 0.72% -
HSV(B) 69.41º 0.43% 0.92% -
XYZ 63.16 76.17 33.56 -
YUV 218.59 79.7 128.29 -
System Red Green Blue C M Y K H S L
Decimal 219 235 133 0.07 0 0.43 0.08 69.41 0.72 0.72
Hex DB EB 85 7 0 2B 8 45 48 48
Octal 333 353 205 7 0 53 10 105 110 110
Binary 11011011 11101011 10000101 111 0 101011 1000 1000101 1001000 1001000

Color Harmonies of #DBEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB85

Black with #DBEB85

Text Example


Text Example

White with #DBEB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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