Html Css Color HEX #DBED78 Mindaro

📋 copy color: '#DBED78'

red 219 ◦ green 237 ◦ blue 120

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

Shades of Mindaro #DBED78

Tints of Mindaro #DBED78

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.15%

 BLUE value IS 120 (47.27% from 255) = 20.83%

R = 38.02%
G = 41.15%
B = 20.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#DBED78 (or 0xDBED78) is known color: Mindaro. HEX triplet: DB, ED and 78. RGB value is (219,237,120). Sum of RGB (Red+Green+Blue) = 219+237+120=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED78 is #241287. Grayscale: #DADADA. Windows color (decimal): -2364040 or 7925211. OLE color: 7925211.

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

Color convert

RGB 219 237 120 -
CMYK 0.08 0 0.49 0.07
HSL 69.23º 0.76% 0.7% -
HSV(B) 69.23º 0.49% 0.93% -
XYZ 62.89 76.98 29.31 -
YUV 218.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 219 237 120 0.08 0 0.49 0.07 69.23 0.76 0.7
Hex DB ED 78 8 0 31 7 45 4C 46
Octal 333 355 170 10 0 61 7 105 114 106
Binary 11011011 11101101 1111000 1000 0 110001 111 1000101 1001100 1000110

Color Harmonies of #DBED78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED78

Black with #DBED78

Text Example


Text Example

White with #DBED78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED78; }

 p { color: rgb(219,237,120); }

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

background-color css

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

 a { background-color: rgb(219,237,120); }

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

border-color css

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

 span { border-color: rgb(219,237,120); }

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