Html Css Color HEX #DBF878 Mindaro

📋 copy color: '#DBF878'

red 219 ◦ green 248 ◦ blue 120

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

Shades of Mindaro #DBF878

Tints of Mindaro #DBF878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.44%

R = 37.31%
G = 42.25%
B = 20.44%

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

#DBF878 (or 0xDBF878) is known color: Mindaro. HEX triplet: DB, F8 and 78. RGB value is (219,248,120). Sum of RGB (Red+Green+Blue) = 219+248+120=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF878 is #240787. Grayscale: #E1E1E1. Windows color (decimal): -2361224 or 7928027. OLE color: 7928027.

HSL color Cylindrical-coordinate representation of color #DBF878: hue angle of 73.59º 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 #DBF878 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 120 -
CMYK 0.12 0 0.52 0.03
HSL 73.59º 0.9% 0.72% -
HSV(B) 73.59º 0.52% 0.97% -
XYZ 66.17 83.55 30.41 -
YUV 224.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 219 248 120 0.12 0 0.52 0.03 73.59 0.9 0.72
Hex DB F8 78 C 0 34 3 4A 5A 48
Octal 333 370 170 14 0 64 3 112 132 110
Binary 11011011 11111000 1111000 1100 0 110100 11 1001010 1011010 1001000

Color Harmonies of #DBF878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF878

Black with #DBF878

Text Example


Text Example

White with #DBF878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF878; }

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

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

background-color css

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

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

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

border-color css

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

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

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