Html Css Color HEX #DBF380 Mindaro

📋 copy color: '#DBF380'

red 219 ◦ green 243 ◦ blue 128

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

Shades of Mindaro #DBF380

Tints of Mindaro #DBF380

RGB

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

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

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

R = 37.12%
G = 41.19%
B = 21.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DBF380 (or 0xDBF380) is known color: Mindaro. HEX triplet: DB, F3 and 80. RGB value is (219,243,128). Sum of RGB (Red+Green+Blue) = 219+243+128=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF380 is #240C7F. Grayscale: #DFDFDF. Windows color (decimal): -2362496 or 8451035. OLE color: 8451035.

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

Color convert

RGB 219 243 128 -
CMYK 0.10 0 0.47 0.05
HSL 72.52º 0.83% 0.73% -
HSV(B) 72.52º 0.47% 0.95% -
XYZ 65.16 80.72 32.57 -
YUV 222.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 219 243 128 0.10 0 0.47 0.05 72.52 0.83 0.73
Hex DB F3 80 A 0 2F 5 49 53 49
Octal 333 363 200 12 0 57 5 111 123 111
Binary 11011011 11110011 10000000 1010 0 101111 101 1001001 1010011 1001001

Color Harmonies of #DBF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF380

Black with #DBF380

Text Example


Text Example

White with #DBF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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