Html Css Color HEX #DBEE74 Mindaro

📋 copy color: '#DBEE74'

red 219 ◦ green 238 ◦ blue 116

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

Shades of Mindaro #DBEE74

Tints of Mindaro #DBEE74

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

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

R = 38.22%
G = 41.54%
B = 20.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DBEE74 (or 0xDBEE74) is known color: Mindaro. HEX triplet: DB, EE and 74. RGB value is (219,238,116). Sum of RGB (Red+Green+Blue) = 219+238+116=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE74 is #24118B. Grayscale: #DADADA. Windows color (decimal): -2363788 or 7663323. OLE color: 7663323.

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

Color convert

RGB 219 238 116 -
CMYK 0.08 0 0.51 0.07
HSL 69.34º 0.78% 0.69% -
HSV(B) 69.34º 0.51% 0.93% -
XYZ 62.94 77.47 28.16 -
YUV 218.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 219 238 116 0.08 0 0.51 0.07 69.34 0.78 0.69
Hex DB EE 74 8 0 33 7 45 4E 45
Octal 333 356 164 10 0 63 7 105 116 105
Binary 11011011 11101110 1110100 1000 0 110011 111 1000101 1001110 1000101

Color Harmonies of #DBEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE74

Black with #DBEE74

Text Example


Text Example

White with #DBEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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