Html Css Color HEX #DBF45F Mindaro

📋 copy color: '#DBF45F'

red 219 ◦ green 244 ◦ blue 95

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

Shades of Mindaro #DBF45F

Tints of Mindaro #DBF45F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.73%

 BLUE value IS 95 (37.5% from 255) = 17.03%

R = 39.25%
G = 43.73%
B = 17.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DBF45F (or 0xDBF45F) is known color: Mindaro. HEX triplet: DB, F4 and 5F. RGB value is (219,244,95). Sum of RGB (Red+Green+Blue) = 219+244+95=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF45F is #240BA0. Grayscale: #DCDCDC. Windows color (decimal): -2362273 or 6288603. OLE color: 6288603.

HSL color Cylindrical-coordinate representation of color #DBF45F: hue angle of 70.07º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF45F is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 95 -
CMYK 0.10 0 0.61 0.04
HSL 70.07º 0.87% 0.66% -
HSV(B) 70.07º 0.61% 0.96% -
XYZ 63.63 80.59 23.03 -
YUV 219.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 219 244 95 0.10 0 0.61 0.04 70.07 0.87 0.66
Hex DB F4 5F A 0 3D 4 46 57 42
Octal 333 364 137 12 0 75 4 106 127 102
Binary 11011011 11110100 1011111 1010 0 111101 100 1000110 1010111 1000010

Color Harmonies of #DBF45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF45F

Black with #DBF45F

Text Example


Text Example

White with #DBF45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF45F; }

 p { color: rgb(219,244,95); }

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

background-color css

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

 a { background-color: rgb(219,244,95); }

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

border-color css

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

 span { border-color: rgb(219,244,95); }

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