Html Css Color HEX #DBEF60 Mindaro

📋 copy color: '#DBEF60'

red 219 ◦ green 239 ◦ blue 96

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

Shades of Mindaro #DBEF60

Tints of Mindaro #DBEF60

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 96 (37.89% from 255) = 17.33%

R = 39.53%
G = 43.14%
B = 17.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#DBEF60 (or 0xDBEF60) is known color: Mindaro. HEX triplet: DB, EF and 60. RGB value is (219,239,96). Sum of RGB (Red+Green+Blue) = 219+239+96=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF60 is #24109F. Grayscale: #D9D9D9. Windows color (decimal): -2363552 or 6352859. OLE color: 6352859.

HSL color Cylindrical-coordinate representation of color #DBEF60: hue angle of 68.39º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBEF60 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 96 -
CMYK 0.08 0 0.60 0.06
HSL 68.39º 0.82% 0.66% -
HSV(B) 68.39º 0.6% 0.94% -
XYZ 62.19 77.64 22.77 -
YUV 216.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 219 239 96 0.08 0 0.60 0.06 68.39 0.82 0.66
Hex DB EF 60 8 0 3C 6 44 52 42
Octal 333 357 140 10 0 74 6 104 122 102
Binary 11011011 11101111 1100000 1000 0 111100 110 1000100 1010010 1000010

Color Harmonies of #DBEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF60

Black with #DBEF60

Text Example


Text Example

White with #DBEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF60; }

 p { color: rgb(219,239,96); }

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

background-color css

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

 a { background-color: rgb(219,239,96); }

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

border-color css

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

 span { border-color: rgb(219,239,96); }

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