Html Css Color HEX #DBF876 Mindaro

📋 copy color: '#DBF876'

red 219 ◦ green 248 ◦ blue 118

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

Shades of Mindaro #DBF876

Tints of Mindaro #DBF876

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.39%

 BLUE value IS 118 (46.48% from 255) = 20.17%

R = 37.44%
G = 42.39%
B = 20.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#DBF876 (or 0xDBF876) is known color: Mindaro. HEX triplet: DB, F8 and 76. RGB value is (219,248,118). Sum of RGB (Red+Green+Blue) = 219+248+118=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF876 is #240789. Grayscale: #E0E0E0. Windows color (decimal): -2361226 or 7796955. OLE color: 7796955.

HSL color Cylindrical-coordinate representation of color #DBF876: hue angle of 73.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF876 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 118 -
CMYK 0.12 0 0.52 0.03
HSL 73.38º 0.9% 0.72% -
HSV(B) 73.38º 0.52% 0.97% -
XYZ 66.05 83.5 29.78 -
YUV 224.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 219 248 118 0.12 0 0.52 0.03 73.38 0.9 0.72
Hex DB F8 76 C 0 34 3 49 5A 48
Octal 333 370 166 14 0 64 3 111 132 110
Binary 11011011 11111000 1110110 1100 0 110100 11 1001001 1011010 1001000

Color Harmonies of #DBF876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF876

Black with #DBF876

Text Example


Text Example

White with #DBF876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF876; }

 p { color: rgb(219,248,118); }

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

background-color css

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

 a { background-color: rgb(219,248,118); }

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

border-color css

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

 span { border-color: rgb(219,248,118); }

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