Html Css Color HEX #DBF680 Mindaro

📋 copy color: '#DBF680'

red 219 ◦ green 246 ◦ blue 128

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

Shades of Mindaro #DBF680

Tints of Mindaro #DBF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.48%

 BLUE value IS 128 (50.39% from 255) = 21.59%

R = 36.93%
G = 41.48%
B = 21.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DBF680 (or 0xDBF680) is known color: Mindaro. HEX triplet: DB, F6 and 80. RGB value is (219,246,128). Sum of RGB (Red+Green+Blue) = 219+246+128=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF680 is #24097F. Grayscale: #E0E0E0. Windows color (decimal): -2361728 or 8451803. OLE color: 8451803.

HSL color Cylindrical-coordinate representation of color #DBF680: hue angle of 73.73º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF680 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 128 -
CMYK 0.11 0 0.48 0.04
HSL 73.73º 0.87% 0.73% -
HSV(B) 73.73º 0.48% 0.96% -
XYZ 66.07 82.53 32.87 -
YUV 224.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 219 246 128 0.11 0 0.48 0.04 73.73 0.87 0.73
Hex DB F6 80 B 0 30 4 4A 57 49
Octal 333 366 200 13 0 60 4 112 127 111
Binary 11011011 11110110 10000000 1011 0 110000 100 1001010 1010111 1001001

Color Harmonies of #DBF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF680

Black with #DBF680

Text Example


Text Example

White with #DBF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF680; }

 p { color: rgb(219,246,128); }

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

background-color css

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

 a { background-color: rgb(219,246,128); }

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

border-color css

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

 span { border-color: rgb(219,246,128); }

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