Html Css Color HEX #DBF083 Mindaro

📋 copy color: '#DBF083'

red 219 ◦ green 240 ◦ blue 131

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

Shades of Mindaro #DBF083

Tints of Mindaro #DBF083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.2%

R = 37.12%
G = 40.68%
B = 22.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DBF083 (or 0xDBF083) is known color: Mindaro. HEX triplet: DB, F0 and 83. RGB value is (219,240,131). Sum of RGB (Red+Green+Blue) = 219+240+131=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF083 is #240F7C. Grayscale: #DDDDDD. Windows color (decimal): -2363261 or 8646875. OLE color: 8646875.

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

Color convert

RGB 219 240 131 -
CMYK 0.09 0 0.45 0.06
HSL 71.56º 0.78% 0.73% -
HSV(B) 71.56º 0.45% 0.94% -
XYZ 64.47 79.02 33.33 -
YUV 221.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 219 240 131 0.09 0 0.45 0.06 71.56 0.78 0.73
Hex DB F0 83 9 0 2D 6 48 4E 49
Octal 333 360 203 11 0 55 6 110 116 111
Binary 11011011 11110000 10000011 1001 0 101101 110 1001000 1001110 1001001

Color Harmonies of #DBF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF083

Black with #DBF083

Text Example


Text Example

White with #DBF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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