Html Css Color HEX #DBF283 Mindaro

📋 copy color: '#DBF283'

red 219 ◦ green 242 ◦ blue 131

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

Shades of Mindaro #DBF283

Tints of Mindaro #DBF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.88%

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

R = 36.99%
G = 40.88%
B = 22.13%

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

#DBF283 (or 0xDBF283) is known color: Mindaro. HEX triplet: DB, F2 and 83. RGB value is (219,242,131). Sum of RGB (Red+Green+Blue) = 219+242+131=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF283 is #240D7C. Grayscale: #DEDEDE. Windows color (decimal): -2362749 or 8647387. OLE color: 8647387.

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

Color convert

RGB 219 242 131 -
CMYK 0.10 0 0.46 0.05
HSL 72.43º 0.81% 0.73% -
HSV(B) 72.43º 0.46% 0.95% -
XYZ 65.06 80.2 33.52 -
YUV 222.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 219 242 131 0.10 0 0.46 0.05 72.43 0.81 0.73
Hex DB F2 83 A 0 2E 5 48 51 49
Octal 333 362 203 12 0 56 5 110 121 111
Binary 11011011 11110010 10000011 1010 0 101110 101 1001000 1010001 1001001

Color Harmonies of #DBF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF283

Black with #DBF283

Text Example


Text Example

White with #DBF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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