Html Css Color HEX #DBF37F Mindaro

📋 copy color: '#DBF37F'

red 219 ◦ green 243 ◦ blue 127

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

Shades of Mindaro #DBF37F

Tints of Mindaro #DBF37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.56%

R = 37.18%
G = 41.26%
B = 21.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DBF37F (or 0xDBF37F) is known color: Mindaro. HEX triplet: DB, F3 and 7F. RGB value is (219,243,127). Sum of RGB (Red+Green+Blue) = 219+243+127=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF37F is #240C80. Grayscale: #DFDFDF. Windows color (decimal): -2362497 or 8385499. OLE color: 8385499.

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

Color convert

RGB 219 243 127 -
CMYK 0.10 0 0.48 0.05
HSL 72.41º 0.83% 0.73% -
HSV(B) 72.41º 0.48% 0.95% -
XYZ 65.09 80.69 32.22 -
YUV 222.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 219 243 127 0.10 0 0.48 0.05 72.41 0.83 0.73
Hex DB F3 7F A 0 30 5 48 53 49
Octal 333 363 177 12 0 60 5 110 123 111
Binary 11011011 11110011 1111111 1010 0 110000 101 1001000 1010011 1001001

Color Harmonies of #DBF37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF37F

Black with #DBF37F

Text Example


Text Example

White with #DBF37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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