Html Css Color HEX #DBEA78 Mindaro

📋 copy color: '#DBEA78'

red 219 ◦ green 234 ◦ blue 120

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

Shades of Mindaro #DBEA78

Tints of Mindaro #DBEA78

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

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

R = 38.22%
G = 40.84%
B = 20.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#DBEA78 (or 0xDBEA78) is known color: Mindaro. HEX triplet: DB, EA and 78. RGB value is (219,234,120). Sum of RGB (Red+Green+Blue) = 219+234+120=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA78 is #241587. Grayscale: #D8D8D8. Windows color (decimal): -2364808 or 7924443. OLE color: 7924443.

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

Color convert

RGB 219 234 120 -
CMYK 0.06 0 0.49 0.08
HSL 67.89º 0.73% 0.69% -
HSV(B) 67.89º 0.49% 0.92% -
XYZ 62.03 75.26 29.03 -
YUV 216.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 219 234 120 0.06 0 0.49 0.08 67.89 0.73 0.69
Hex DB EA 78 6 0 31 8 44 49 45
Octal 333 352 170 6 0 61 10 104 111 105
Binary 11011011 11101010 1111000 110 0 110001 1000 1000100 1001001 1000101

Color Harmonies of #DBEA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA78

Black with #DBEA78

Text Example


Text Example

White with #DBEA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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