Html Css Color HEX #DBF065 Mindaro

📋 copy color: '#DBF065'

red 219 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #DBF065

Tints of Mindaro #DBF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.04%

R = 39.11%
G = 42.86%
B = 18.04%

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

#DBF065 (or 0xDBF065) is known color: Mindaro. HEX triplet: DB, F0 and 65. RGB value is (219,240,101). Sum of RGB (Red+Green+Blue) = 219+240+101=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF065 is #240F9A. Grayscale: #DADADA. Windows color (decimal): -2363291 or 6680795. OLE color: 6680795.

HSL color Cylindrical-coordinate representation of color #DBF065: hue angle of 69.06º 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 #DBF065 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 101 -
CMYK 0.09 0 0.58 0.06
HSL 69.06º 0.82% 0.67% -
HSV(B) 69.06º 0.58% 0.94% -
XYZ 62.72 78.32 24.12 -
YUV 217.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 219 240 101 0.09 0 0.58 0.06 69.06 0.82 0.67
Hex DB F0 65 9 0 3A 6 45 52 43
Octal 333 360 145 11 0 72 6 105 122 103
Binary 11011011 11110000 1100101 1001 0 111010 110 1000101 1010010 1000011

Color Harmonies of #DBF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF065

Black with #DBF065

Text Example


Text Example

White with #DBF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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