Html Css Color HEX #DBF663 Mindaro

📋 copy color: '#DBF663'

red 219 ◦ green 246 ◦ blue 99

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

Shades of Mindaro #DBF663

Tints of Mindaro #DBF663

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.62%

 BLUE value IS 99 (39.06% from 255) = 17.55%

R = 38.83%
G = 43.62%
B = 17.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#DBF663 (or 0xDBF663) is known color: Mindaro. HEX triplet: DB, F6 and 63. RGB value is (219,246,99). Sum of RGB (Red+Green+Blue) = 219+246+99=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 99 (39.06% from 255 or 17.55% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF663 is #24099C. Grayscale: #DDDDDD. Windows color (decimal): -2361757 or 6551259. OLE color: 6551259.

HSL color Cylindrical-coordinate representation of color #DBF663: hue angle of 71.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF663 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 99 -
CMYK 0.11 0 0.60 0.04
HSL 71.02º 0.89% 0.68% -
HSV(B) 71.02º 0.6% 0.96% -
XYZ 64.42 81.87 24.21 -
YUV 221.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 219 246 99 0.11 0 0.60 0.04 71.02 0.89 0.68
Hex DB F6 63 B 0 3C 4 47 59 44
Octal 333 366 143 13 0 74 4 107 131 104
Binary 11011011 11110110 1100011 1011 0 111100 100 1000111 1011001 1000100

Color Harmonies of #DBF663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF663

Black with #DBF663

Text Example


Text Example

White with #DBF663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF663; }

 p { color: rgb(219,246,99); }

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

background-color css

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

 a { background-color: rgb(219,246,99); }

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

border-color css

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

 span { border-color: rgb(219,246,99); }

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