Html Css Color HEX #DBF05E Mindaro

📋 copy color: '#DBF05E'

red 219 ◦ green 240 ◦ blue 94

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

Shades of Mindaro #DBF05E

Tints of Mindaro #DBF05E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.4%

 BLUE value IS 94 (37.11% from 255) = 17%

R = 39.6%
G = 43.4%
B = 17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#DBF05E (or 0xDBF05E) is known color: Mindaro. HEX triplet: DB, F0 and 5E. RGB value is (219,240,94). Sum of RGB (Red+Green+Blue) = 219+240+94=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF05E is #240FA1. Grayscale: #D9D9D9. Windows color (decimal): -2363298 or 6222043. OLE color: 6222043.

HSL color Cylindrical-coordinate representation of color #DBF05E: hue angle of 68.63º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF05E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 94 -
CMYK 0.09 0 0.61 0.06
HSL 68.63º 0.83% 0.65% -
HSV(B) 68.63º 0.61% 0.94% -
XYZ 62.39 78.19 22.39 -
YUV 217.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 219 240 94 0.09 0 0.61 0.06 68.63 0.83 0.65
Hex DB F0 5E 9 0 3D 6 45 53 41
Octal 333 360 136 11 0 75 6 105 123 101
Binary 11011011 11110000 1011110 1001 0 111101 110 1000101 1010011 1000001

Color Harmonies of #DBF05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF05E

Black with #DBF05E

Text Example


Text Example

White with #DBF05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF05E; }

 p { color: rgb(219,240,94); }

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

background-color css

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

 a { background-color: rgb(219,240,94); }

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

border-color css

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

 span { border-color: rgb(219,240,94); }

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