Html Css Color HEX #DBEA74 Mindaro

📋 copy color: '#DBEA74'

red 219 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #DBEA74

Tints of Mindaro #DBEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 38.49%
G = 41.12%
B = 20.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DBEA74 (or 0xDBEA74) is known color: Mindaro. HEX triplet: DB, EA and 74. RGB value is (219,234,116). Sum of RGB (Red+Green+Blue) = 219+234+116=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA74 is #24158B. Grayscale: #D8D8D8. Windows color (decimal): -2364812 or 7662299. OLE color: 7662299.

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

Color convert

RGB 219 234 116 -
CMYK 0.06 0 0.50 0.08
HSL 67.63º 0.74% 0.69% -
HSV(B) 67.63º 0.5% 0.92% -
XYZ 61.79 75.17 27.78 -
YUV 216.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 219 234 116 0.06 0 0.50 0.08 67.63 0.74 0.69
Hex DB EA 74 6 0 32 8 44 4A 45
Octal 333 352 164 6 0 62 10 104 112 105
Binary 11011011 11101010 1110100 110 0 110010 1000 1000100 1001010 1000101

Color Harmonies of #DBEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA74

Black with #DBEA74

Text Example


Text Example

White with #DBEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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