Html Css Color HEX #DBF06F Mindaro

📋 copy color: '#DBF06F'

red 219 ◦ green 240 ◦ blue 111

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

Shades of Mindaro #DBF06F

Tints of Mindaro #DBF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.47%

R = 38.42%
G = 42.11%
B = 19.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#DBF06F (or 0xDBF06F) is known color: Mindaro. HEX triplet: DB, F0 and 6F. RGB value is (219,240,111). Sum of RGB (Red+Green+Blue) = 219+240+111=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06F is #240F90. Grayscale: #DBDBDB. Windows color (decimal): -2363281 or 7336155. OLE color: 7336155.

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

Color convert

RGB 219 240 111 -
CMYK 0.09 0 0.54 0.06
HSL 69.77º 0.81% 0.69% -
HSV(B) 69.77º 0.54% 0.94% -
XYZ 63.24 78.53 26.86 -
YUV 219.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 219 240 111 0.09 0 0.54 0.06 69.77 0.81 0.69
Hex DB F0 6F 9 0 36 6 46 51 45
Octal 333 360 157 11 0 66 6 106 121 105
Binary 11011011 11110000 1101111 1001 0 110110 110 1000110 1010001 1000101

Color Harmonies of #DBF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF06F

Black with #DBF06F

Text Example


Text Example

White with #DBF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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