Html Css Color HEX #DBF278 Mindaro

📋 copy color: '#DBF278'

red 219 ◦ green 242 ◦ blue 120

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

Shades of Mindaro #DBF278

Tints of Mindaro #DBF278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

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

R = 37.69%
G = 41.65%
B = 20.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DBF278 (or 0xDBF278) is known color: Mindaro. HEX triplet: DB, F2 and 78. RGB value is (219,242,120). Sum of RGB (Red+Green+Blue) = 219+242+120=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF278 is #240D87. Grayscale: #DDDDDD. Windows color (decimal): -2362760 or 7926491. OLE color: 7926491.

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

Color convert

RGB 219 242 120 -
CMYK 0.10 0 0.50 0.05
HSL 71.31º 0.82% 0.71% -
HSV(B) 71.31º 0.5% 0.95% -
XYZ 64.36 79.92 29.8 -
YUV 221.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 219 242 120 0.10 0 0.50 0.05 71.31 0.82 0.71
Hex DB F2 78 A 0 32 5 47 52 47
Octal 333 362 170 12 0 62 5 107 122 107
Binary 11011011 11110010 1111000 1010 0 110010 101 1000111 1010010 1000111

Color Harmonies of #DBF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF278

Black with #DBF278

Text Example


Text Example

White with #DBF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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