Html Css Color HEX #DBF368 Mindaro

📋 copy color: '#DBF368'

red 219 ◦ green 243 ◦ blue 104

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

Shades of Mindaro #DBF368

Tints of Mindaro #DBF368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.37%

R = 38.69%
G = 42.93%
B = 18.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DBF368 (or 0xDBF368) is known color: Mindaro. HEX triplet: DB, F3 and 68. RGB value is (219,243,104). Sum of RGB (Red+Green+Blue) = 219+243+104=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF368 is #240C97. Grayscale: #DCDCDC. Windows color (decimal): -2362520 or 6878171. OLE color: 6878171.

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

Color convert

RGB 219 243 104 -
CMYK 0.10 0 0.57 0.05
HSL 70.36º 0.85% 0.68% -
HSV(B) 70.36º 0.57% 0.95% -
XYZ 63.76 80.16 25.21 -
YUV 219.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 219 243 104 0.10 0 0.57 0.05 70.36 0.85 0.68
Hex DB F3 68 A 0 39 5 46 55 44
Octal 333 363 150 12 0 71 5 106 125 104
Binary 11011011 11110011 1101000 1010 0 111001 101 1000110 1010101 1000100

Color Harmonies of #DBF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF368

Black with #DBF368

Text Example


Text Example

White with #DBF368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF368; }

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

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

background-color css

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

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

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

border-color css

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

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

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