Html Css Color HEX #DBE978 Mindaro

📋 copy color: '#DBE978'

red 219 ◦ green 233 ◦ blue 120

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

Shades of Mindaro #DBE978

Tints of Mindaro #DBE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.73%

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

R = 38.29%
G = 40.73%
B = 20.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#DBE978 (or 0xDBE978) is known color: Mindaro. HEX triplet: DB, E9 and 78. RGB value is (219,233,120). Sum of RGB (Red+Green+Blue) = 219+233+120=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE978 is #241687. Grayscale: #D8D8D8. Windows color (decimal): -2365064 or 7924187. OLE color: 7924187.

HSL color Cylindrical-coordinate representation of color #DBE978: hue angle of 67.43º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE978 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 120 -
CMYK 0.06 0 0.48 0.09
HSL 67.43º 0.72% 0.69% -
HSV(B) 67.43º 0.48% 0.91% -
XYZ 61.74 74.69 28.93 -
YUV 215.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 219 233 120 0.06 0 0.48 0.09 67.43 0.72 0.69
Hex DB E9 78 6 0 30 9 43 48 45
Octal 333 351 170 6 0 60 11 103 110 105
Binary 11011011 11101001 1111000 110 0 110000 1001 1000011 1001000 1000101

Color Harmonies of #DBE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE978

Black with #DBE978

Text Example


Text Example

White with #DBE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE978; }

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

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

background-color css

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

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

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

border-color css

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

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

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