Html Css Color HEX #DBF064 Mindaro

📋 copy color: '#DBF064'

red 219 ◦ green 240 ◦ blue 100

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

Shades of Mindaro #DBF064

Tints of Mindaro #DBF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.89%

R = 39.18%
G = 42.93%
B = 17.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DBF064 (or 0xDBF064) is known color: Mindaro. HEX triplet: DB, F0 and 64. RGB value is (219,240,100). Sum of RGB (Red+Green+Blue) = 219+240+100=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF064 is #240F9B. Grayscale: #DADADA. Windows color (decimal): -2363292 or 6615259. OLE color: 6615259.

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

Color convert

RGB 219 240 100 -
CMYK 0.09 0 0.58 0.06
HSL 69º 0.82% 0.67% -
HSV(B) 69º 0.58% 0.94% -
XYZ 62.67 78.3 23.87 -
YUV 217.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 219 240 100 0.09 0 0.58 0.06 69 0.82 0.67
Hex DB F0 64 9 0 3A 6 45 52 43
Octal 333 360 144 11 0 72 6 105 122 103
Binary 11011011 11110000 1100100 1001 0 111010 110 1000101 1010010 1000011

Color Harmonies of #DBF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF064

Black with #DBF064

Text Example


Text Example

White with #DBF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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