Html Css Color HEX #DBF183 Mindaro

📋 copy color: '#DBF183'

red 219 ◦ green 241 ◦ blue 131

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

Shades of Mindaro #DBF183

Tints of Mindaro #DBF183

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

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

R = 37.06%
G = 40.78%
B = 22.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DBF183 (or 0xDBF183) is known color: Mindaro. HEX triplet: DB, F1 and 83. RGB value is (219,241,131). Sum of RGB (Red+Green+Blue) = 219+241+131=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF183 is #240E7C. Grayscale: #DEDEDE. Windows color (decimal): -2363005 or 8647131. OLE color: 8647131.

HSL color Cylindrical-coordinate representation of color #DBF183: hue angle of 72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF183 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 131 -
CMYK 0.09 0 0.46 0.05
HSL 72º 0.8% 0.73% -
HSV(B) 72º 0.46% 0.95% -
XYZ 64.77 79.61 33.43 -
YUV 221.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 219 241 131 0.09 0 0.46 0.05 72 0.8 0.73
Hex DB F1 83 9 0 2E 5 48 50 49
Octal 333 361 203 11 0 56 5 110 120 111
Binary 11011011 11110001 10000011 1001 0 101110 101 1001000 1010000 1001001

Color Harmonies of #DBF183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF183

Black with #DBF183

Text Example


Text Example

White with #DBF183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF183; }

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

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

background-color css

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

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

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

border-color css

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

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

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