Html Css Color HEX #DBEC61 Mindaro

📋 copy color: '#DBEC61'

red 219 ◦ green 236 ◦ blue 97

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

Shades of Mindaro #DBEC61

Tints of Mindaro #DBEC61

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 97 (38.28% from 255) = 17.57%

R = 39.67%
G = 42.75%
B = 17.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#DBEC61 (or 0xDBEC61) is known color: Mindaro. HEX triplet: DB, EC and 61. RGB value is (219,236,97). Sum of RGB (Red+Green+Blue) = 219+236+97=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC61 is #24139E. Grayscale: #D7D7D7. Windows color (decimal): -2364319 or 6417627. OLE color: 6417627.

HSL color Cylindrical-coordinate representation of color #DBEC61: hue angle of 67.34º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBEC61 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 97 -
CMYK 0.07 0 0.59 0.07
HSL 67.34º 0.79% 0.65% -
HSV(B) 67.34º 0.59% 0.93% -
XYZ 61.37 75.91 22.73 -
YUV 215.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 219 236 97 0.07 0 0.59 0.07 67.34 0.79 0.65
Hex DB EC 61 7 0 3B 7 43 4F 41
Octal 333 354 141 7 0 73 7 103 117 101
Binary 11011011 11101100 1100001 111 0 111011 111 1000011 1001111 1000001

Color Harmonies of #DBEC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC61

Black with #DBEC61

Text Example


Text Example

White with #DBEC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC61; }

 p { color: rgb(219,236,97); }

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

background-color css

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

 a { background-color: rgb(219,236,97); }

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

border-color css

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

 span { border-color: rgb(219,236,97); }

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