Html Css Color HEX #DBF383 Mindaro

📋 copy color: '#DBF383'

red 219 ◦ green 243 ◦ blue 131

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

Shades of Mindaro #DBF383

Tints of Mindaro #DBF383

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

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

R = 36.93%
G = 40.98%
B = 22.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DBF383 (or 0xDBF383) is known color: Mindaro. HEX triplet: DB, F3 and 83. RGB value is (219,243,131). Sum of RGB (Red+Green+Blue) = 219+243+131=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF383 is #240C7C. Grayscale: #DFDFDF. Windows color (decimal): -2362493 or 8647643. OLE color: 8647643.

HSL color Cylindrical-coordinate representation of color #DBF383: hue angle of 72.86º degrees, saturation: 0.82, 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 #DBF383 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 131 -
CMYK 0.10 0 0.46 0.05
HSL 72.86º 0.82% 0.73% -
HSV(B) 72.86º 0.46% 0.95% -
XYZ 65.36 80.8 33.62 -
YUV 223.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 219 243 131 0.10 0 0.46 0.05 72.86 0.82 0.73
Hex DB F3 83 A 0 2E 5 49 52 49
Octal 333 363 203 12 0 56 5 111 122 111
Binary 11011011 11110011 10000011 1010 0 101110 101 1001001 1010010 1001001

Color Harmonies of #DBF383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF383

Black with #DBF383

Text Example


Text Example

White with #DBF383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF383; }

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

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

background-color css

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

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

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

border-color css

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

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

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