Html Css Color HEX #DBF377 Mindaro

📋 copy color: '#DBF377'

red 219 ◦ green 243 ◦ blue 119

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

Shades of Mindaro #DBF377

Tints of Mindaro #DBF377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.48%

R = 37.69%
G = 41.82%
B = 20.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DBF377 (or 0xDBF377) is known color: Mindaro. HEX triplet: DB, F3 and 77. RGB value is (219,243,119). Sum of RGB (Red+Green+Blue) = 219+243+119=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF377 is #240C88. Grayscale: #DEDEDE. Windows color (decimal): -2362505 or 7861211. OLE color: 7861211.

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

Color convert

RGB 219 243 119 -
CMYK 0.10 0 0.51 0.05
HSL 71.61º 0.84% 0.71% -
HSV(B) 71.61º 0.51% 0.95% -
XYZ 64.59 80.49 29.59 -
YUV 221.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 219 243 119 0.10 0 0.51 0.05 71.61 0.84 0.71
Hex DB F3 77 A 0 33 5 48 54 47
Octal 333 363 167 12 0 63 5 110 124 107
Binary 11011011 11110011 1110111 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DBF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF377

Black with #DBF377

Text Example


Text Example

White with #DBF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF377; }

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

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

background-color css

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

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

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

border-color css

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

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

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