Html Css Color HEX #DBF080 Mindaro

📋 copy color: '#DBF080'

red 219 ◦ green 240 ◦ blue 128

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

Shades of Mindaro #DBF080

Tints of Mindaro #DBF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

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

R = 37.31%
G = 40.89%
B = 21.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DBF080 (or 0xDBF080) is known color: Mindaro. HEX triplet: DB, F0 and 80. RGB value is (219,240,128). Sum of RGB (Red+Green+Blue) = 219+240+128=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF080 is #240F7F. Grayscale: #DDDDDD. Windows color (decimal): -2363264 or 8450267. OLE color: 8450267.

HSL color Cylindrical-coordinate representation of color #DBF080: hue angle of 71.25º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF080 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 128 -
CMYK 0.09 0 0.47 0.06
HSL 71.25º 0.79% 0.72% -
HSV(B) 71.25º 0.47% 0.94% -
XYZ 64.27 78.94 32.27 -
YUV 220.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 219 240 128 0.09 0 0.47 0.06 71.25 0.79 0.72
Hex DB F0 80 9 0 2F 6 47 4F 48
Octal 333 360 200 11 0 57 6 107 117 110
Binary 11011011 11110000 10000000 1001 0 101111 110 1000111 1001111 1001000

Color Harmonies of #DBF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF080

Black with #DBF080

Text Example


Text Example

White with #DBF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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